##// END OF EJS Templates
Add a --time command line option to time hg commands
Add a --time command line option to time hg commands

File last commit:

r749:7e4843b7 default
r783:4b06fc1c default
Show More
test-conflict.out
24 lines | 421 B | text/plain | TextLexer
+ hg init
+ echo nothing
+ hg add a
+ hg commit -m ancestor -d '0 0'
+ echo something
+ hg commit -m branch1 -d '0 0'
+ hg co 0
+ echo 'something else'
+ hg commit -m branch2 -d '0 0'
+ export HGMERGE=merge
+ HGMERGE=merge
+ hg up -m 1
merge: warning: conflicts during merge
merging a
merging a failed!
+ hg id
32e80765d7fe+75234512624c+ tip
+ grep -Ev '>>>|<<<' a
something else
=======
something
+ hg status
M a
? .out