Mercurial > hg
changeset 6621:d5cbbe2c49ce 1.0.1
mq: lose the trailing whitespace
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Thu, 22 May 2008 13:28:34 +0200 |
parents | 4f3e0dfa24a9 |
children | 92ee960a928d 58d4c6ae99f7 |
files | hgext/mq.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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. """