hgext/mq.py
changeset 4048 5d6b3fa62736
parent 4039 55578a8d7e84
child 4068 5b1f663ef86d
--- a/hgext/mq.py
+++ b/hgext/mq.py
@@ -1589,6 +1589,9 @@ def refresh(ui, repo, *pats, **opts):
     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)