mq: lose the trailing whitespace 1.0.1
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 22 May 2008 13:28:34 +0200
changeset 6621 d5cbbe2c49ce
parent 6620 4f3e0dfa24a9
child 6622 92ee960a928d
child 6623 58d4c6ae99f7
mq: lose the trailing whitespace
hgext/mq.py
--- 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.
     """