[Python-checkins] devguide: Add a FAQ entry about the share extension

antoine.pitrou python-checkins at python.org
Sat Mar 12 11:22:13 CET 2011


http://hg.python.org/devguide/rev/e6b3a7525aa0
changeset:   387:e6b3a7525aa0
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Mar 12 11:22:09 2011 +0100
summary:
  Add a FAQ entry about the share extension

files:
  faq.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -187,6 +187,17 @@
 changes, ``hg update`` will update to the head of the *current branch*.
 
 
+How do I avoid repeated pulls and pushes between my local repositories?
+-----------------------------------------------------------------------
+
+The "`share extension`_" allows you to share a single local repository
+between several working copies: each commit you make in a working copy will
+be immediately available in other working copies, even though they might
+be checked out on different branches.
+
+.. _share extension: http://mercurial.selenic.com/wiki/ShareExtension
+
+
 .. _hg-paths:
 
 How do I link my local repository to a particular remote repository?

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


More information about the Python-checkins mailing list