comparison hgext/mq.py @ 4048:5d6b3fa62736

mq: Mention usage of hg add/remove/copy/rename in qrefresh help text.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 29 Jan 2007 17:33:09 +0100
parents 55578a8d7e84
children 5b1f663ef86d
comparison
equal deleted inserted replaced
4047:705d0792dbf2 4048:5d6b3fa62736
1587 """update the current patch 1587 """update the current patch
1588 1588
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)
1595 if opts['edit']: 1598 if opts['edit']:
1596 if message: 1599 if message: