diff doc/hg.1.txt @ 496:6ce95a04999d

[PATCH] simplify init -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] simplify init From: Bryan O'Sullivan <bos@serpentine.com> Remove source directory option from "hg init". manifest hash: 2ace7b16c962fb434340b937fbcd494f3098a85f -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwQG/ywK+sNU5EO8RArbCAJ9DG45GepMI0Z9KWXqV8gmEbV1WfwCgotih LGAkD8iTfOLn7HIPVqt9FWY= =65uW -----END PGP SIGNATURE-----
author mpm@selenic.com
date Mon, 27 Jun 2005 23:52:31 -0800
parents e94cebc60d96
children 2dcced388cab
line wrap: on
line diff
--- a/doc/hg.1.txt	Mon Jun 27 22:29:44 2005 -0800
+++ b/doc/hg.1.txt	Mon Jun 27 23:52:31 2005 -0800
@@ -149,22 +149,8 @@
 
     aliases: patch
 
-init [-u] [source]::
-    Initialize a repository in the current directory.
-
-    NOTE: The following use is deprecated, and will be removed soon;
-    use the "hg clone" command instead.
-
-    If a source is specified, pull that source into the repository.
-    This source is added to .hg/hgrc as the default for future pulls
-    in this repository.
-
-    If the specified source is on the same filesystem, the repository
-    will be copied via hardlinks. This is the fastest and most
-    space-efficient mode of operation.
-
-    options:
-    -u, --update   update the working directory to match the tip
+init::
+    Initialize a new repository in the current directory.
 
 log <file>::
     Print the revision history of the specified file.