##// END OF EJS Templates
mq: Mention usage of hg add/remove/copy/rename in qrefresh help text.
Thomas Arendsen Hein -
r4048:5d6b3fa6 default
parent child Browse files
Show More
@@ -1589,6 +1589,9 b' def refresh(ui, repo, *pats, **opts):'
1589 If any file patterns are provided, the refreshed patch will contain only
1589 If any file patterns are provided, the refreshed patch will contain only
1590 the modifications that match those patterns; the remaining modifications
1590 the modifications that match those patterns; the remaining modifications
1591 will remain in the working directory.
1591 will remain in the working directory.
1592
1593 hg add/remove/copy/rename work as usual, though you might want to use
1594 git-style patches (--git or [diff] git=1) to track copies and renames.
1592 """
1595 """
1593 q = repo.mq
1596 q = repo.mq
1594 message = commands.logmessage(opts)
1597 message = commands.logmessage(opts)
General Comments 0
You need to be logged in to leave comments. Login now