[Bug 4957] New: hg shelve -l doesn't work if a rebase/histedit is in progress

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Nov 19 01:47:34 UTC 2015


https://bz.mercurial-scm.org/show_bug.cgi?id=4957

            Bug ID: 4957
           Summary: hg shelve -l doesn't work if a rebase/histedit is in
                    progress
           Product: Mercurial
           Version: default branch
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: shelve
          Assignee: bugzilla at selenic.com
          Reporter: sid0 at fb.com
                CC: mercurial-devel at selenic.com

STR:

hg init
echo a > a
hg ci -Ama
echo b >> a
hg ci -Amb
hg up 0
echo c >> a
hg ci -Amc
hg rebase -d 1
(will pause the rebase with unresolved conflicts)
hg shelve -l

Output is:
abort: rebase in progress
(use 'hg rebase --continue' or 'hg rebase --abort')

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


More information about the Mercurial-devel mailing list