# HG changeset patch # User Oleksandr Gavenko # Date 1296314688 -7200 # Node ID 7453db7e6f5400721717c6d4dab00e3fc47737bf # Parent f47b0d2e35dd692f7aa90050ceb5f7c2f7d4dfa1 Fix patch description message from command line. diff -r f47b0d2e35dd -r 7453db7e6f54 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 \