comparison doc/hg.1.txt @ 505:dc1f735dfaac

[PATCH] Fix "no-update" option to clone -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] Fix "no-update" option to clone From: Bryan O'Sullivan <bos@serpentine.com> Turn "no-update" (invalid Python identifier) into "noupdate". manifest hash: 1dfb3212b97531437d5a243813896c090a05d95a -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwST1ywK+sNU5EO8RAvGnAJ9/RvohYRxpMTWkK6YCiF6r3U68FACeNRcr mE/NYJzVbijiLK9TwWm8QgQ= =w/KV -----END PGP SIGNATURE-----
author mpm@selenic.com
date Tue, 28 Jun 2005 02:22:45 -0800
parents 8cf3999b3d03
children 98a2935c3d6c
comparison
equal deleted inserted replaced
504:a350c1cd3fc5 505:dc1f735dfaac
91 91
92 For efficiency, hardlinks are used for cloning whenever the 92 For efficiency, hardlinks are used for cloning whenever the
93 source and destination are on the same filesystem. 93 source and destination are on the same filesystem.
94 94
95 options: 95 options:
96 -U, --no-update do not update the new working directory 96 -U, --noupdate do not update the new working directory
97 97
98 commit [-A -t -l <file> -t <text> -u <user> -d <datecode>] [files...]:: 98 commit [-A -t -l <file> -t <text> -u <user> -d <datecode>] [files...]::
99 Commit changes to the given files into the repository. 99 Commit changes to the given files into the repository.
100 100
101 If a list of files is omitted, all changes reported by "hg status" 101 If a list of files is omitted, all changes reported by "hg status"