hgext/mq.py
changeset 6621 d5cbbe2c49ce
parent 6611 f4c612da788d
child 6622 92ee960a928d
child 6627 d9266e48cd27
--- 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.
     """