comparison mercurial/help/phases.txt @ 19295:73066ba46ec5 stable

doc: reword "config file" to "configuration file" While we do use the abbreviation "config" elsewhere in the docs, the phrase "configuration file" is always written out in full, except in this location in phases.txt.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 06 Jun 2013 13:37:41 -0400
parents 170fc0949fb6
children 9ef92384415c
comparison
equal deleted inserted replaced
19284:87bb53367633 19295:73066ba46ec5
50 repository to disable publishing in its configuration file:: 50 repository to disable publishing in its configuration file::
51 51
52 [phases] 52 [phases]
53 publish = False 53 publish = False
54 54
55 See :hg:`help config` for more information on config files. 55 See :hg:`help config` for more information on configuration files.
56 56
57 .. note:: 57 .. note::
58 Servers running older versions of Mercurial are treated as 58 Servers running older versions of Mercurial are treated as
59 publishing. 59 publishing.
60 60