[PATCH 1 of 2 STABLE] mq: remove reference for deprecated -f option

Wagner Bruna wagner.bruna+mercurial at gmail.com
Thu Apr 1 17:34:33 CDT 2010


# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1270161128 10800
# Branch stable
# Node ID afa5f0167fe1d0db74904a874114e6ecb2b4b942
# Parent  1b45468d3debdfe66625814939a4bf925d9a4dc8
mq: remove reference for deprecated -f option

-f is the default behaviour since 27d542bc0f5b

diff --git a/hgext/mq.py b/hgext/mq.py
--- a/hgext/mq.py
+++ b/hgext/mq.py
@@ -1986,9 +1986,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.


More information about the Mercurial-devel mailing list