--- a/hgext/mq.py Thu May 22 13:26:39 2008 +0200
+++ b/hgext/mq.py Thu May 22 13:28:34 2008 +0200
@@ -1746,11 +1746,11 @@
def diff(ui, repo, *pats, **opts):
"""diff of the current patch and subsequent modifications
-
+
Shows a diff which includes the current patch as well as any changes which
have been made in the working directory since the last refresh (thus
showing what the current patch would become after a qrefresh).
-
+
Use 'hg diff' if you only want to see the changes made since the last
qrefresh, or 'hg export qtip' if you want to see changes made by the
current patch without including changes made since the qrefresh.
@@ -1944,7 +1944,7 @@
def pop(ui, repo, patch=None, **opts):
"""pop the current patch off the stack
-
+
By default, pops off the top of the patch stack. If given a patch name,
keeps popping off patches until the named patch is at the top of the stack.
"""