[Python-checkins] devguide (hg_transition): Be helpful: add a pointer to more help, use full command name.

eric.araujo python-checkins at python.org
Sun Feb 27 04:17:08 CET 2011


eric.araujo pushed ee4ff7460b6f to devguide:

http://hg.python.org/devguide/rev/ee4ff7460b6f
changeset:   332:ee4ff7460b6f
branch:      hg_transition
user:        ?ric Araujo <merwok at netwok.org>
date:        Sat Feb 26 17:40:30 2011 +0100
summary:
  Be helpful: add a pointer to more help, use full command name.

Not everyone is used to UNIX compression :)

files:
  faq.rst
  patch.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -352,7 +352,7 @@
 
 Specify the path to be removed with::
 
- hg rm PATH
+ hg remove PATH
 
 This will remove the file or the directory from your working copy; you will
 have to :ref:`commit your changes <hg-commit>` for the removal to be recorded
diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -129,7 +129,8 @@
    hg qdiff > mywork.patch
 
 If you are using another approach, you probably need to find out the right
-invocation of ``hg diff`` for your purposes.  Just please make sure that you
+invocation of ``hg diff`` for your purposes; see ``hg help diff`` and ``hg
+help revisions``. Just please make sure that you
 generate a **single, condensed** patch rather than a series of several changesets.
 
 

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


More information about the Python-checkins mailing list