comparison tests/test-inherit-mode.out @ 10881:a685011ed38e

localrepo: add desc parameter to transaction All callers to localrepo.transaction() must supply a transaction description. The description and the existing repository tip are then stored (transactionally) into .hg/undo.desc; where rollback can later find it.
author Steve Borho <steve@borho.org>
date Fri, 09 Apr 2010 17:23:35 -0500
parents 720f70b720d3
children
comparison
equal deleted inserted replaced
10880:4775fc1e04a8 10881:a685011ed38e
24 00660 ./.hg/store/data/dir/bar.i 24 00660 ./.hg/store/data/dir/bar.i
25 00660 ./.hg/store/data/foo.i 25 00660 ./.hg/store/data/foo.i
26 00660 ./.hg/store/fncache 26 00660 ./.hg/store/fncache
27 00660 ./.hg/store/undo 27 00660 ./.hg/store/undo
28 00660 ./.hg/undo.branch 28 00660 ./.hg/undo.branch
29 00660 ./.hg/undo.desc
29 00660 ./.hg/undo.dirstate 30 00660 ./.hg/undo.dirstate
30 00700 ./dir/ 31 00700 ./dir/
31 00600 ./dir/bar 32 00600 ./dir/bar
32 00600 ./foo 33 00600 ./foo
33 34
52 00660 ../push/.hg/store/data/dir/bar.i 53 00660 ../push/.hg/store/data/dir/bar.i
53 00660 ../push/.hg/store/data/foo.i 54 00660 ../push/.hg/store/data/foo.i
54 00660 ../push/.hg/store/fncache 55 00660 ../push/.hg/store/fncache
55 00660 ../push/.hg/store/undo 56 00660 ../push/.hg/store/undo
56 00660 ../push/.hg/undo.branch 57 00660 ../push/.hg/undo.branch
58 00660 ../push/.hg/undo.desc
57 00660 ../push/.hg/undo.dirstate 59 00660 ../push/.hg/undo.dirstate