##// END OF EJS Templates
Output file of 'export' is opened as binary (other OS)...
Output file of 'export' is opened as binary (other OS) # HG changeset patch # User thananck@yahoo.com # Node ID 7a240687674e6cf5a8dfd45973d7e3978b89af79 # Parent d2994b5298fb20f87dc1d4747635b280db3c0526 Output file of 'export' is opened as binary (other OS)

File last commit:

r591:eb46971f default
r615:ad2999fa default
Show More
test-conflict.out
24 lines | 445 B | text/plain | TextLexer
/ tests / test-conflict.out
mpm@selenic.com
merge3: fix argument order...
r346 + hg init
+ echo nothing
+ hg add a
+ hg commit -t ancestor -u test -d '0 0'
+ echo something
+ hg commit -t branch1 -u test -d '0 0'
+ hg co 0
+ echo 'something else'
+ hg commit -t branch2 -u test -d '0 0'
+ export HGMERGE=merge
+ HGMERGE=merge
mpm@selenic.com
options: kill -d for debug...
r591 + hg up -m 1
mpm@selenic.com
merge3: fix argument order...
r346 merge: warning: conflicts during merge
merging a
merging a failed!
+ hg id
mpm@selenic.com
update tests to reflect new short hash length...
r374 32e80765d7fe+75234512624c+ tip
mpm@selenic.com
Tidy up conflict and pull tests...
r392 + grep -Ev '>>>|<<<' a
mpm@selenic.com
merge3: fix argument order...
r346 something else
=======
something
+ hg status
C a
? .out