##// END OF EJS Templates
tests: show that interactive shelve can leave the repo with a merge state...
Martin von Zweigbergk -
r46463:781b0979 default
parent child Browse files
Show More
@@ -810,6 +810,9 b' Test interactive shelve'
810 810 ? foo/foo
811 811 $ hg bookmark
812 812 \* test (4|13):33f7f61e6c5e (re)
813 BROKEN: there shouldn't be a merge state
814 $ hg resolve -l
815 R a/a
813 816 $ hg unshelve
814 817 unshelving change 'test'
815 818 temporarily committing pending changes (restore with 'hg unshelve --abort')
General Comments 0
You need to be logged in to leave comments. Login now