##// END OF EJS Templates
shelve: remove strip and rely on prior state (issue6735)
Jason R. Coombs -
r50350:744b3417 default
parent child Browse files
Show More
@@ -1546,7 +1546,6 b' Check the comment of the last commit for'
1546 -- if phasebased, shelve works without patch and bundle
1546 -- if phasebased, shelve works without patch and bundle
1547
1547
1548 $ hg update -q --clean .
1548 $ hg update -q --clean .
1549 $ hg strip -q -r 0
1550 $ rm -r .hg/shelve*
1549 $ rm -r .hg/shelve*
1551 $ echo import antigravity >> somefile.py
1550 $ echo import antigravity >> somefile.py
1552 $ hg add somefile.py
1551 $ hg add somefile.py
@@ -1559,7 +1558,7 b' Check the comment of the last commit for'
1559 shelve --list --patch should work even with no patch file.
1558 shelve --list --patch should work even with no patch file.
1560
1559
1561 $ hg shelve --list --patch
1560 $ hg shelve --list --patch
1562 default (*s ago) * (changes in empty repository) (glob)
1561 default (*s ago) * changes to: add C to bars (glob)
1563
1562
1564 diff --git a/somefile.py b/somefile.py
1563 diff --git a/somefile.py b/somefile.py
1565 new file mode 100644
1564 new file mode 100644
General Comments 0
You need to be logged in to leave comments. Login now