comparison docs/sharing.rst @ 1697:093c445fd86a mercurial-3.6

merge with stable through 3.7 branch dropped the topic test and updated output with some minor difference Hg: Enter commit message. Lines beginning with 'HG:' are removed.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Thu, 05 May 2016 23:51:35 +0200
parents 160968654581
children a35f6b1e4a41
comparison
equal deleted inserted replaced
1604:61dd08f4dc62 1697:093c445fd86a
100 100
101 [phases] 101 [phases]
102 publish = false 102 publish = false
103 103
104 [extensions] 104 [extensions]
105 evolve = /path/to/mutable-history/hgext/evolve.py 105 evolve = /path/to/evolve-main/hgext/evolve.py
106 106
107 Then edit the configuration for ``dev-repo``:: 107 Then edit the configuration for ``dev-repo``::
108 108
109 $ hg -R dev-repo config --edit --local 109 $ hg -R dev-repo config --edit --local
110 110
111 and add :: 111 and add ::
112 112
113 [extensions] 113 [extensions]
114 evolve = /path/to/mutable-history/hgext/evolve.py 114 evolve = /path/to/evolve-main/hgext/evolve.py
115 115
116 Keep in mind that in real life, these repositories would probably be 116 Keep in mind that in real life, these repositories would probably be
117 on separate computers, so you'd have to login to each one to configure 117 on separate computers, so you'd have to login to each one to configure
118 each repository. 118 each repository.
119 119
329 $ hg -R alice config --edit --local 329 $ hg -R alice config --edit --local
330 330
331 and add :: 331 and add ::
332 332
333 [extensions] 333 [extensions]
334 evolve = /path/to/mutable-history/hgext/evolve.py 334 evolve = /path/to/evolve-main/hgext/evolve.py
335 335
336 Then edit Bob's repository configuration:: 336 Then edit Bob's repository configuration::
337 337
338 $ hg -R bob config --edit --local 338 $ hg -R bob config --edit --local
339 339
543 543
544 and add :: 544 and add ::
545 545
546 [extensions] 546 [extensions]
547 rebase = 547 rebase =
548 evolve = /path/to/mutable-history/hgext/evolve.py 548 evolve = /path/to/evolve-main/hgext/evolve.py
549 549
550 [phases] 550 [phases]
551 publish = false 551 publish = false
552 552
553 Then edit Bob's repository configuration:: 553 Then edit Bob's repository configuration::