diff doc/hg.1.txt @ 966:022bcc738389

hg import: abort with uncommitted changes, override with --force
author mpm@selenic.com
date Fri, 19 Aug 2005 23:07:31 -0800
parents 84355e3e4493
children 4f81068ed8cd
line wrap: on
line diff
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -188,13 +188,14 @@ identify::
 
     aliases: id
 
-import [-p <n> -b <base> -q] <patches>::
+import [-p <n> -b <base> -f] <patches>::
     Import a list of patches and commit them individually.
 
     options:
     -p, --strip <n>   directory strip option for patch. This has the same
                       meaning as the correnponding patch option
     -b <path>         base directory to read patches from
+    -f, --force	      skip check for outstanding uncommitted changes
 
     aliases: patch