# HG changeset patch # User Wagner Bruna # Date 2010-04-01 22:32:08 # Node ID 1ebba857b371bc0db156280c480d5af874fc42b7 # Parent 3da003f7ba78f2d8da3a1980b2bb79e56e1f1d4f 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 @@ def new(ui, repo, patch, *args, **opts): """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.