##// END OF EJS Templates
commands: report http exceptions nicely...
commands: report http exceptions nicely -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 commands: report http exceptions nicely manifest hash: 37760b304eedffcea9c1c01d03334cf4f6048fd3 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCsx6QywK+sNU5EO8RAnyEAKC3RBzwlVAyI+SSYHj1Z+Psn1Aq3gCcDQJf pqPitXBuvdZbLdK0ti2kFOk= =ZjC9 -----END PGP SIGNATURE-----

File last commit:

r392:ee4c80d2 default
r395:fbe88349 default
Show More
test-conflict.out
30 lines | 653 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
+ hg -d up -m 1
merge: warning: conflicts during merge
resolving manifests
mpm@selenic.com
update tests to reflect new short hash length...
r374 ancestor 1c6e5a129854 local 35fedfab3325 remote a58017859bdc
mpm@selenic.com
merge3: fix argument order...
r346 a versions differ, resolve
working dir created .out, keeping
merging a
resolving a
mpm@selenic.com
update tests to reflect new short hash length...
r374 file a: other d7250518cb1b ancestor 68ba9db7a9e4
mpm@selenic.com
merge3: fix argument order...
r346 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