hg.rst
changeset 793 7453db7e6f54
parent 766 0eb76fb9d948
child 815 4e8e511bd02e
--- a/hg.rst	Fri Jan 28 15:34:39 2011 +0200
+++ b/hg.rst	Sat Jan 29 17:24:48 2011 +0200
@@ -264,6 +264,21 @@
 
   $ ls /path/to/bugfixes/*.patch | xargs hg qimport
 
+You can fix patch description message from command line:
+
+  $ hg qser -s
+makefile-doc.patch:
+  $ hg qpush
+applying makefile-doc.patch
+now at: makefile-doc.patch
+  $ hg qref -m 'Add description about Makefile usage.'
+  $ hg qser -s
+makefile-doc.patch: Add description about Makefile usage.
+
+or from editor by:
+
+  $ hg qref -e
+
 * Proxy.
 
   $ hg clone --config http_proxy.host=$host:$port \