[Python-checkins] devguide: Fix a typo in the svn revert command.

brett.cannon python-checkins at python.org
Tue Jan 18 05:50:10 CET 2011


brett.cannon pushed 7f6d28135584 to devguide:

http://hg.python.org/devguide/rev/7f6d28135584
changeset:   119:7f6d28135584
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Mon Jan 17 20:50:05 2011 -0800
summary:
  Fix a typo in the svn revert command.

files:
  patch.rst

diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -74,7 +74,7 @@
 
 To undo a patch, you can revert **all** changes made in your checkout::
 
-    svn revert -R
+    svn revert -R .
 
 
 Submitting

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


More information about the Python-checkins mailing list