[Python-checkins] devguide: Clarify that hg out only displays committed changes

antoine.pitrou python-checkins at python.org
Sun Feb 6 20:06:58 CET 2011


antoine.pitrou pushed 870a74c7def5 to devguide:

http://hg.python.org/devguide/rev/870a74c7def5
changeset:   253:870a74c7def5
branch:      hg_transition
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Feb 06 20:06:49 2011 +0100
summary:
  Clarify that hg out only displays committed changes

files:
  faq.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -162,7 +162,8 @@
  hg outgoing <remote repository>
 
 This is the list of changes that will be sent if you call
-``hg push <remote repository>``.
+``hg push <remote repository>``.  It does **not** include any :ref:`uncommitted
+changes <hg-status>` in your working copy!
 
 Conversely, for the list of changes that are in the remote repository but
 not in the local, use::

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


More information about the Python-checkins mailing list