[Python-checkins] devguide (hg_transition): Encourage people to explore the extensions, tips, configuration...

antoine.pitrou python-checkins at python.org
Sat Feb 26 11:30:10 CET 2011


antoine.pitrou pushed 23e42f74324a to devguide:

http://hg.python.org/devguide/rev/23e42f74324a
changeset:   320:23e42f74324a
branch:      hg_transition
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Feb 26 11:30:08 2011 +0100
summary:
  Encourage people to explore the extensions, tips, configuration...

files:
  faq.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -474,6 +474,28 @@
    hg update <tag>
 
 
+How come feature XYZ isn't available in Mercurial?
+--------------------------------------------------
+
+Mercurial comes with many bundled extensions which can be explicitly enabled.
+You can get a list of them by typing ``hg help extensions``.  Some of these
+extensions, such as ``color``, can prettify output; others, such as ``fetch``
+or ``transplant``, add new Mercurial commands.
+
+There are also many `configuration options`_ to tweak various aspects of the
+command line and other Mercurial behaviour; typing ``man hgrc`` displays
+their documentation inside your terminal.
+
+In the end, please refer to the Mercurial `wiki`_, especially the pages about
+`extensions`_ (including third-party ones) and the `tips and tricks`_.
+
+
+.. _wiki: http://mercurial.selenic.com/wiki/
+.. _extensions: http://mercurial.selenic.com/wiki/UsingExtensions
+.. _tips and tricks: http://mercurial.selenic.com/wiki/TipsAndTricks
+.. _configuration options: http://www.selenic.com/mercurial/hgrc.5.html
+
+
 SSH
 =======
 

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


More information about the Python-checkins mailing list