##// END OF EJS Templates
mq: remove reference for deprecated -f option...
Wagner Bruna -
r10808:1ebba857 stable
parent child Browse files
Show More
@@ -1986,9 +1986,8 b' def new(ui, repo, patch, *args, **opts):'
1986 1986 """create a new patch
1987 1987
1988 1988 qnew creates a new patch on top of the currently-applied patch (if
1989 any). It will refuse to run if there are any outstanding changes
1990 unless -f/--force is specified, in which case the patch will be
1991 initialized with them. You may also use -I/--include,
1989 any). The patch will be initialized with any outstanding changes
1990 in the working directory. You may also use -I/--include,
1992 1991 -X/--exclude, and/or a list of files after the patch name to add
1993 1992 only changes to matching files to the new patch, leaving the rest
1994 1993 as uncommitted modifications.
General Comments 0
You need to be logged in to leave comments. Login now