Mercurial > hg-stable
changeset 10808:1ebba857b371 stable
mq: remove reference for deprecated -f option
-f is the default behaviour since 27d542bc0f5b
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Thu, 01 Apr 2010 19:32:08 -0300 |
parents | 3da003f7ba78 |
children | da3b4b7a45ce |
files | hgext/mq.py |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/mq.py Thu Apr 01 11:33:03 2010 -0300 +++ b/hgext/mq.py Thu Apr 01 19:32:08 2010 -0300 @@ -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.