doc/book/annexes/mercurial.rst
branch3.27
changeset 12854 87c94f2a3103
parent 10491 c67bcee93248
equal deleted inserted replaced
12853:48e066c9655a 12854:87c94f2a3103
   109    1. find its identifier with `hg head`
   109    1. find its identifier with `hg head`
   110    2. merge with `hg merge`
   110    2. merge with `hg merge`
   111    3. `hg ci`
   111    3. `hg ci`
   112    4. `hg push`
   112    4. `hg push`
   113 
   113 
   114 Installation of the guestrepo extension
       
   115 ```````````````````````````````````````
       
   116 
       
   117 Set up the guestrepo extension by getting a copy of the sources
       
   118 from https://bitbucket.org/selinc/guestrepo and adding the following
       
   119 lines to your ``~/.hgrc``: ::
       
   120 
       
   121    [extensions]
       
   122    guestrepo=/path/to/guestrepo/guestrepo
       
   123 
       
   124 
   114 
   125 More information
   115 More information
   126 ````````````````
   116 ````````````````
   127 
   117 
   128 For more information about Mercurial, please refer to the Mercurial project online documentation_.
   118 For more information about Mercurial, please refer to the Mercurial project online documentation_.