[Python-checkins] devguide: Mercurial is enough

antoine.pitrou python-checkins at python.org
Sat Jan 29 01:31:51 CET 2011


antoine.pitrou pushed 844762dc304c to devguide:

http://hg.python.org/devguide/rev/844762dc304c
changeset:   220:844762dc304c
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Jan 29 01:31:46 2011 +0100
summary:
  Mercurial is enough

files:
  patch.rst

diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -79,9 +79,8 @@
 
     patch -p0 < patch.diff
 
-If a developer is using something other than svn to manage their code (e.g.,
-the mq extension for Mercurial), the number passed to ``-p`` may need to be
-changed to ``1``.
+If the developer is using something other than svn to manage their code (e.g.,
+Mercurial), you might have to use ``-p1`` instead of ``-p0``.
 
 To undo a patch, you can revert **all** changes made in your checkout::
 

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


More information about the Python-checkins mailing list