# HG changeset patch # User Thomas Arendsen Hein # Date 1170088389 -3600 # Node ID 5d6b3fa6273614164a56fb040f8a5c55bf6abf5d # Parent 705d0792dbf237fea373b0f3947a63e69b1e81ef mq: Mention usage of hg add/remove/copy/rename in qrefresh help text. diff -r 705d0792dbf2 -r 5d6b3fa62736 hgext/mq.py --- a/hgext/mq.py Sat Jan 27 15:53:31 2007 -0800 +++ b/hgext/mq.py Mon Jan 29 17:33:09 2007 +0100 @@ -1589,6 +1589,9 @@ If any file patterns are provided, the refreshed patch will contain only the modifications that match those patterns; the remaining modifications will remain in the working directory. + + hg add/remove/copy/rename work as usual, though you might want to use + git-style patches (--git or [diff] git=1) to track copies and renames. """ q = repo.mq message = commands.logmessage(opts)