##// END OF EJS Templates
transaction: tests we don't overwrite tracking to changed file on abort...
marmoute -
r51065:a9a13b16 stable
parent child Browse files
Show More
@@ -137,3 +137,21 b' not the `wlock`, then get aborted on a s'
137 transaction abort!
137 transaction abort!
138 rollback completed
138 rollback completed
139 abort: pretxnclose.test hook exited with status 1
139 abort: pretxnclose.test hook exited with status 1
140
141 Actual testing
142 ==============
143
144 Changing tracked file
145 ---------------------
146
147 $ hg status
148 $ hg phase --public --rev 0 2> ../log.err &
149 $ $RUNTESTDIR/testlib/wait-on-file 5 $TESTTMP/transaction-waiting
150 $ hg forget default_a
151 $ hg status
152 R default_a
153 $ touch $TESTTMP/transaction-continue
154 $ wait
155 $ hg status
156 R default_a (missing-correct-output !)
157 $ hg revert --all --quiet
General Comments 0
You need to be logged in to leave comments. Login now