##// END OF EJS Templates
mq: lose the trailing whitespace
Dirkjan Ochtman -
r6621:d5cbbe2c 1.0.1 default
parent child Browse files
Show More
@@ -1746,11 +1746,11 b' def refresh(ui, repo, *pats, **opts):'
1746
1746
1747 def diff(ui, repo, *pats, **opts):
1747 def diff(ui, repo, *pats, **opts):
1748 """diff of the current patch and subsequent modifications
1748 """diff of the current patch and subsequent modifications
1749
1749
1750 Shows a diff which includes the current patch as well as any changes which
1750 Shows a diff which includes the current patch as well as any changes which
1751 have been made in the working directory since the last refresh (thus
1751 have been made in the working directory since the last refresh (thus
1752 showing what the current patch would become after a qrefresh).
1752 showing what the current patch would become after a qrefresh).
1753
1753
1754 Use 'hg diff' if you only want to see the changes made since the last
1754 Use 'hg diff' if you only want to see the changes made since the last
1755 qrefresh, or 'hg export qtip' if you want to see changes made by the
1755 qrefresh, or 'hg export qtip' if you want to see changes made by the
1756 current patch without including changes made since the qrefresh.
1756 current patch without including changes made since the qrefresh.
@@ -1944,7 +1944,7 b' def push(ui, repo, patch=None, **opts):'
1944
1944
1945 def pop(ui, repo, patch=None, **opts):
1945 def pop(ui, repo, patch=None, **opts):
1946 """pop the current patch off the stack
1946 """pop the current patch off the stack
1947
1947
1948 By default, pops off the top of the patch stack. If given a patch name,
1948 By default, pops off the top of the patch stack. If given a patch name,
1949 keeps popping off patches until the named patch is at the top of the stack.
1949 keeps popping off patches until the named patch is at the top of the stack.
1950 """
1950 """
General Comments 0
You need to be logged in to leave comments. Login now