diff hgext/mq.py @ 10814:cd0c49bdbfd9

Merge with stable
author Matt Mackall <mpm@selenic.com>
date Thu, 01 Apr 2010 17:51:59 -0500
parents e8611ef6bdfb da3b4b7a45ce
children 4c63f8e787b8
line wrap: on
line diff
--- a/hgext/mq.py	Thu Apr 01 17:51:32 2010 -0500
+++ b/hgext/mq.py	Thu Apr 01 17:51:59 2010 -0500
@@ -1960,9 +1960,8 @@
     """create a new patch
 
     qnew creates a new patch on top of the currently-applied patch (if
-    any). It will refuse to run if there are any outstanding changes
-    unless -f/--force is specified, in which case the patch will be
-    initialized with them. You may also use -I/--include,
+    any). The patch will be initialized with any outstanding changes
+    in the working directory. You may also use -I/--include,
     -X/--exclude, and/or a list of files after the patch name to add
     only changes to matching files to the new patch, leaving the rest
     as uncommitted modifications.