[Python-checkins] devguide: Improve description of "svn-like" workflow. (Patch by Carl Meyer)
ned.deily
python-checkins at python.org
Mon Apr 18 20:30:13 CEST 2011
http://hg.python.org/devguide/rev/cc43ed7af5f2
changeset: 414:cc43ed7af5f2
user: Ned Deily <nad at acm.org>
date: Mon Apr 18 11:29:56 2011 -0700
summary:
Improve description of "svn-like" workflow. (Patch by Carl Meyer)
files:
patch.rst | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -15,8 +15,8 @@
Mercurial allows for various workflows according to each person's or
project's preference. We present here a very simple solution based on mq_
(*Mercurial Queues*). You are welcome to use any approach you like (including
-a svn-like approach of simply never saving any changes you make to your working
-copy and using ``hg diff`` to create a patch). Usage of mq_ is merely a
+a svn-like approach of simply using ``hg diff`` to create a patch based on
+uncommitted changes in your working copy). Usage of mq_ is merely a
suggestion; it's a balance between being able to do everything needed
while allowing for more powerful usage if desired in the future.
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list