Mercurial > hg
view tests/test-pull @ 425:719663b7f235
remember_version() only writes version if called in a Mercurial repository.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
remember_version() only writes version if called in a Mercurial repository.
forget_version() resets version only if remember_version() wrote it.
manifest hash: b30df9d93c233f4bf07150cc5067f294a98c16f4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCtXFiW7P1GVgWeRoRAgkjAJ9jkwCAHf3yJyDI8R582XjNFNFeWgCZAe27
iqGPYzrRErf6gPKZcoBMsD4=
=t2Bx
-----END PGP SIGNATURE-----
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sun, 19 Jun 2005 14:21:38 +0100 |
parents | ee4c80d294e5 |
children | c5705ab9cebd |
line wrap: on
line source
#!/bin/bash mkdir test cd test echo foo>foo hg init hg addremove hg commit -t "1" hg verify hg serve -p 20059 2>/dev/null & cd .. mkdir copy cd copy hg init http://localhost:20059/ hg verify hg co cat foo hg manifest kill %hg