# HG changeset patch # User Dirkjan Ochtman # Date 1211455714 -7200 # Node ID d5cbbe2c49cee22a9fbeb9ea41daa0ac4e26b846 # Parent 4f3e0dfa24a939ec78701c41d27b8d972a3efddf mq: lose the trailing whitespace diff -r 4f3e0dfa24a9 -r d5cbbe2c49ce 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. """