comparison tests/test-undo @ 1948:ebe273a16048

merge with crew/templates
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 13 Mar 2006 23:38:14 +0100
parents 7544700fd931
children
comparison
equal deleted inserted replaced
1946:9fee186f7f0d 1948:ebe273a16048
3 mkdir t 3 mkdir t
4 cd t 4 cd t
5 hg init 5 hg init
6 echo a > a 6 echo a > a
7 hg add a 7 hg add a
8 hg commit -m "test" -d "0 0" 8 hg commit -m "test" -d "1000000 0"
9 hg verify 9 hg verify
10 hg parents 10 hg parents
11 hg status 11 hg status
12 hg undo 12 hg undo
13 hg verify 13 hg verify