Mercurial > public > mercurial-scm > hg
diff tests/test-rawcommit1 @ 591:eb46971fc57f
options: kill -d for debug
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
options: kill -d for debug
You must now use --debug.
This is a preparatory step for changing the option parsing from:
hg [global-opts] <command> [command-opts]
to
hg [global-opts] <command> [global or command opts]
manifest hash: ec5ecc687340baa109a98b742f1cd8d1f4aadeed
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCx4urywK+sNU5EO8RAl90AJ0fwKU/GwHpJvlTFl5naeJbkceWewCgh4jK
kaTSSodACgPzgbFiid5RL4Y=
=siEe
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Sat, 02 Jul 2005 22:54:35 -0800 |
parents | 2cdcb4beecb2 |
children | 7e4843b7efd2 |
line wrap: on
line diff
--- a/tests/test-rawcommit1 Sat Jul 02 20:51:33 2005 -0800 +++ b/tests/test-rawcommit1 Sat Jul 02 22:54:35 2005 -0800 @@ -1,33 +1,33 @@ #!/bin/sh -x -hg -d init +hg --debug init echo this is a1 > a -hg -d add a -hg -d commit -t0 -d "0 0" -u user +hg add a +hg commit -t0 -d "0 0" -u user echo this is b1 > b -hg -d add b -hg -d commit -t1 -d "0 0" -u user -hg -d manifest 1 +hg add b +hg commit -t1 -d "0 0" -u user +hg manifest 1 echo this is c1 > c -hg -d rawcommit -p 1 -d "0 0" -u user -t2 c -hg -d manifest 2 -hg -d parents +hg rawcommit -p 1 -d "0 0" -u user -t2 c +hg manifest 2 +hg parents rm b -hg -d rawcommit -p 2 -d "0 0" -u user -t3 b -hg -d manifest 3 -hg -d parents +hg rawcommit -p 2 -d "0 0" -u user -t3 b +hg manifest 3 +hg parents echo this is a22 > a -hg -d rawcommit -p 3 -d "0 0" -u user -t4 a -hg -d manifest 4 -hg -d parents +hg rawcommit -p 3 -d "0 0" -u user -t4 a +hg manifest 4 +hg parents echo this is c22 > c -hg -d rawcommit -p 1 -d "0 0" -u user -t5 c -hg -d manifest 5 -hg -d parents +hg rawcommit -p 1 -d "0 0" -u user -t5 c +hg manifest 5 +hg parents # merge, but no files changed -hg -d rawcommit -p 4 -p 5 -d "0 0" -u user -t6 -hg -d manifest 6 -hg -d parents +hg rawcommit -p 4 -p 5 -d "0 0" -u user -t6 +hg manifest 6 +hg parents # no changes what-so-ever -hg -d rawcommit -p 6 -d "0 0" -u user -t7 -hg -d manifest 7 -hg -d parents +hg rawcommit -p 6 -d "0 0" -u user -t7 +hg manifest 7 +hg parents