[Python-checkins] devguide: Fix the XXX ("transplant --mq" is not what I thought it was)

antoine.pitrou python-checkins at python.org
Sun Feb 13 02:31:33 CET 2011


antoine.pitrou pushed bb37f09287b9 to devguide:

http://hg.python.org/devguide/rev/bb37f09287b9
changeset:   308:bb37f09287b9
branch:      hg_transition
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Feb 13 02:31:29 2011 +0100
summary:
  Fix the XXX ("transplant --mq" is not what I thought it was)

files:
  committing.rst

diff --git a/committing.rst b/committing.rst
--- a/committing.rst
+++ b/committing.rst
@@ -143,9 +143,9 @@
 ''''''''''''''''''''''''''''''
 
 .. warning:: XXX transplant always commits automatically. This breaks the
-   "run the test suite before committing" rule. We could advocate
-   "hg transplant --mq" but combining transplant and mq is another level
-   of complexity.
+   "run the test suite before committing" rule. We could advocate using
+   "hg qimport -r tip -P" afterwards but that would add another level of
+   complexity.
 
 To move a patch between, e.g., Python 3.1 and 2.7, use the `transplant
 extension`_. Assuming you committed in Python 2.7 first, to pull changeset

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list