##// END OF EJS Templates
test: explicitly "add" file before some commit in test-rollback.t...
marmoute -
r50881:dbcc4522 default
parent child Browse files
Show More
@@ -2,8 +2,8 b' setup repo'
2 2 $ hg init t
3 3 $ cd t
4 4 $ echo a > a
5 $ hg commit -Am'add a'
6 adding a
5 $ hg add a
6 $ hg commit -m 'add a'
7 7 $ hg verify -q
8 8 $ hg parents
9 9 changeset: 0:1f0dee641bb7
General Comments 0
You need to be logged in to leave comments. Login now