[Bug 4517] New: cannot unshelve during histedit

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Fri Jan 30 09:09:50 UTC 2015


http://bz.selenic.com/show_bug.cgi?id=4517

          Priority: normal
            Bug ID: 4517
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: cannot unshelve during histedit
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: denis at laxalde.org
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.2.1
         Component: histedit
           Product: Mercurial

(Not sure if this belongs to shelve or histedit extension.)

It does not seem possible to use shelve/unshelve in combination with histedit.
For instance, I'm using "shelve" on some head and then histedit and pick a
changeset for "edition", on which I'd like to "unshelve". But I get "abort:
histedit in progress".

$ hg shelve
$ he histedit .^^
[pick some changeset for edition]
$ hg unshelve
abort: histedit in progress
(use 'hg histedit --continue' or 'hg histedit --abort')

For me that would be one of the typical usage of the shelve extension. (For
what it worths, "git stash" works during an interactive rebase.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list