[Python-checkins] devguide: Mention pull -u

antoine.pitrou python-checkins at python.org
Sun Feb 6 19:08:35 CET 2011


antoine.pitrou pushed 1637258849f6 to devguide:

http://hg.python.org/devguide/rev/1637258849f6
changeset:   245:1637258849f6
branch:      hg_transition
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Feb 06 19:06:41 2011 +0100
summary:
  Mention pull -u

files:
  faq.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -158,6 +158,10 @@
 repository. The second commands updates the current directory and all its
 subdirectories from the local repository.
 
+You can combine the two one commands in one by using::
+
+ hg pull -u
+
 
 How do I add a file or directory to the repository?
 -------------------------------------------------------------------------------

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


More information about the Python-checkins mailing list