##// END OF EJS Templates
add note about -C to update message
add note about -C to update message

File last commit:

r749:7e4843b7 default
r788:64d2a558 default
Show More
test-undo
16 lines | 158 B | text/plain | TextLexer
#!/bin/sh
set -x
mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m "test" -d "0 0"
hg verify
hg parents
hg status
hg undo
hg verify
hg parents
hg status