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

            Bug ID: 6512
           Summary: Using shelve's delete and interactive flag together
                    just deletes the shelve
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: shelve
          Assignee: bugzi...@mercurial-scm.org
          Reporter: fah...@faheem.info
                CC: mercurial-devel@mercurial-scm.org
    Python Version: ---

I assumed that using shelve with the -d (delete) and -i (interactive) flags
would delete interactively. Instead, it just deleted the shelve. See the
following reproduction script.

rm -rf test-shelve
hg init test-shelve
cd test-shelve
echo "First line of foo" >> foo
hg add foo
hg shelve
echo "list shelve"
hg shelve --list
hg shelve -i -d default
echo "list shelve again"
hg shelve --list # deleted

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to