##// END OF EJS Templates
[PATCH] Removal of a file added by merging branches...
[PATCH] Removal of a file added by merging branches -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] Removal of a file added by merging branches From: Michael A Fetterman <Michael.Fetterman@cl.cam.ac.uk> Fixing a bug where removal of a file which is added when doing a merge would cause python exception to be thrown. manifest hash: 0bdd80e8abcee6aaa4804bb588f9939596fb3dd0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCuNjLywK+sNU5EO8RAo44AJ4mvjsJcYOj/EmVDFrdkK3D3WHFSwCffxfV cRl8mXc252/oRcYaMZbgrlg= =S5x6 -----END PGP SIGNATURE-----

File last commit:

r392:ee4c80d2 default
r416:5e9e8b8d 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