##// END OF EJS Templates
rollback: show that the safety works in a associated test...
marmoute -
r50961:ebb86484 default
parent child Browse files
Show More
@@ -76,6 +76,10 b' working dir unaffected by rollback: do n'
76 (activating bookmark bar)
76 (activating bookmark bar)
77 $ cat .hg/undo.branch ; echo
77 $ cat .hg/undo.branch ; echo
78 test
78 test
79 $ hg rollback
80 abort: rollback of last commit while not checked out may lose data
81 (use -f to force)
82 [255]
79 $ hg rollback -f
83 $ hg rollback -f
80 repository tip rolled back to revision 1 (undo commit)
84 repository tip rolled back to revision 1 (undo commit)
81 $ hg id -n
85 $ hg id -n
General Comments 0
You need to be logged in to leave comments. Login now