hgext/mq.py
changeset 6552 315b36ce6251
parent 6382 f3c3965fa0ff
child 6553 0bb76d168437
child 6555 36434ca0e7b0
--- a/hgext/mq.py	Mon Apr 14 23:21:27 2008 +0200
+++ b/hgext/mq.py	Wed Apr 16 09:35:43 2008 +0200
@@ -1902,7 +1902,10 @@
     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