Applying series of patches.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 27 Jan 2010 22:48:36 +0200
changeset 295 d3f8534dadf9
parent 294 07d8d2e527df
child 296 a1447ce5751b
Applying series of patches.
hg.rst
--- a/hg.rst	Wed Jan 27 22:33:12 2010 +0200
+++ b/hg.rst	Wed Jan 27 22:48:36 2010 +0200
@@ -74,3 +74,6 @@
   $ hg ci -m "Added a.b.c version of proj."
   $ hg qpush -a
 
+To apply series of already done patches use:
+
+  $ ls /path/to/bugfixes/*.patch | xargs hg qimport