From f6315d4d8150a74f41c09c06c41052c78ab60d2d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 16 Apr 2008 09:35:43 +0200 Subject: [PATCH] mq: add a little documentation on qpush -f --- hgext/mq.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hgext/mq.py b/hgext/mq.py index 205e0bc38f..ea5b619308 100644 --- a/hgext/mq.py +++ b/hgext/mq.py @@ -1902,7 +1902,10 @@ def savename(path): return newpath def push(ui, repo, patch=None, **opts): - """push the next patch onto the stack""" + """push the next patch onto the stack + + When --force is applied, all local changes in patched files will be lost. + """ q = repo.mq mergeq = None