sapling/mercurial
mpm@selenic.com 4cfc2b085e hg init: add -u flag to update
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hg init: add -u flag to update

From: Andrew Thompson <andrewkt@aktzero.com>

I was trying to get init to run update by passing an option. The basic
part works, but if you use the -u option, you have to specify the
changeset number, tag, or tip. Anyone see a way to make this work easier?

(minor tweaks by mpm)

manifest hash: 9e39e822693e1f175cd5e02a8d4a984d82afbd92
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCswJaywK+sNU5EO8RAuILAJ42ZVtnHnlbq/xz6SxhaWLtI4KZ/QCgqS6F
6EDjkfy1F8dmBTf8Ob3ac/s=
=f3WC
-----END PGP SIGNATURE-----
2005-06-17 09:03:22 -08:00
..
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
byterange.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
commands.py hg init: add -u flag to update 2005-06-17 09:03:22 -08:00
demandload.py implement demand loading hack 2005-06-05 10:48:39 -08:00
fancyopts.py hg help improvements 2005-06-08 20:11:57 -08:00
hg.py Fixed problems with extra spaces around tags in .hgtags 2005-06-17 10:16:31 +01:00
hgweb.py hgweb: pull cgitb into CGI script example, where it can easily be disabled 2005-06-17 08:50:11 -08:00
httprangereader.py Move httprangereader into its own file 2005-06-15 19:58:48 -08:00
lock.py Simply repository locking 2005-05-26 08:53:04 -08:00
mdiff.py Fix another sortdiff cornercase 2005-06-15 15:49:20 -08:00
mpatch.c mpatch: attempt to handle unpack alignment issues on Solaris 2005-06-16 22:54:37 -08:00
revlog.py Ancestor algorithm fix 2005-06-16 00:39:30 -08:00
transaction.py Implement recover and undo commands 2005-05-26 09:04:54 -08:00
ui.py Add support for .hg/hgrc file 2005-06-14 18:36:09 -08:00