Fix patch description message from command line.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 29 Jan 2011 17:24:48 +0200
changeset 793 7453db7e6f54
parent 792 f47b0d2e35dd
child 794 8ebc9a5c1933
Fix patch description message from command line.
hg.rst
--- 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 \