##// END OF EJS Templates
Use __inline instead of inline...
Use __inline instead of inline -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Use __inline instead of inline This should let us compile bdiff.c on the other OS. manifest hash: c1233bb3c7fc060e49dbd2597c122d903797db9e -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCuu/WywK+sNU5EO8RAtqvAKC0d8Kv8He6xNCwmFnvKcff9BT4gACeLq7n 9JDFxYtWMrgjwlShfay1nL4= =GDFt -----END PGP SIGNATURE-----

File last commit:

r392:ee4c80d2 default
r439:f81a011f 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