diff doc/hg.1.txt @ 1657:dbb8bba48510

deprecate the rawcommit command
author Matt Mackall <mpm@selenic.com>
date Sun, 29 Jan 2006 19:06:42 +1300
parents 722fd16f6f8c
children f5e194047f1e
line wrap: on
line diff
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -454,11 +454,14 @@ push <destination>::
     --remotecmd  specify hg command to run on the remote side
 
 rawcommit [-p -d -u -F -m -l]::
-    Lowlevel commit, for use in helper scripts.
+    Lowlevel commit, for use in helper scripts. (DEPRECATED)
 
     This command is not intended to be used by normal users, as it is
     primarily useful for importing from other SCMs.
 
+    This command is now deprecated and will be removed in a future
+    release, please use debugsetparents and commit instead.
+
 recover::
     Recover from an interrupted commit or pull.