comparison tests/test-rollback.t @ 22183:4dd9f606d0a6

tests: fixup issue markers to make check-commit happy
author Matt Mackall <mpm@selenic.com>
date Fri, 15 Aug 2014 10:47:03 -0500
parents ca275f7ec576
children e78a80f8f51e
comparison
equal deleted inserted replaced
22175:2965804483e3 22183:4dd9f606d0a6
94 default 94 default
95 $ cat .hg/bookmarks.current ; echo 95 $ cat .hg/bookmarks.current ; echo
96 bar 96 bar
97 $ hg bookmark --delete foo 97 $ hg bookmark --delete foo
98 98
99 rollback by pretxncommit saves commit message (issue 1635) 99 rollback by pretxncommit saves commit message (issue1635)
100 100
101 $ echo a >> a 101 $ echo a >> a
102 $ hg --config hooks.pretxncommit=false commit -m"precious commit message" 102 $ hg --config hooks.pretxncommit=false commit -m"precious commit message"
103 transaction abort! 103 transaction abort!
104 rollback completed 104 rollback completed