comparison docs/sharing.rst @ 1186:0b66826f081c stable

doc: drop rebase extension activation The dependency have been dropped.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Sun, 14 Dec 2014 11:45:27 -0800
parents c7b2ccd99dab
children 0daf56a2032d
comparison
equal deleted inserted replaced
1185:cc3e68120185 1186:0b66826f081c
87 We also have to configure ``evolve`` in both ``test-repo`` and 87 We also have to configure ``evolve`` in both ``test-repo`` and
88 ``dev-repo``, so that we can amend and evolve in both of them. :: 88 ``dev-repo``, so that we can amend and evolve in both of them. ::
89 89
90 $ cat >> test-repo/.hg/hgrc <<EOF 90 $ cat >> test-repo/.hg/hgrc <<EOF
91 [extensions] 91 [extensions]
92 rebase =
93 evolve = /path/to/mutable-history/hgext/evolve.py 92 evolve = /path/to/mutable-history/hgext/evolve.py
94 EOF 93 EOF
95 $ cat >> dev-repo/.hg/hgrc <<EOF 94 $ cat >> dev-repo/.hg/hgrc <<EOF
96 [extensions] 95 [extensions]
97 rebase =
98 evolve = /path/to/mutable-history/hgext/evolve.py 96 evolve = /path/to/mutable-history/hgext/evolve.py
99 EOF 97 EOF
100 98
101 Keep in mind that in real life, these repositories would probably be 99 Keep in mind that in real life, these repositories would probably be
102 on separate computers, so you'd have to login to each one to configure 100 on separate computers, so you'd have to login to each one to configure
274 272
275 $ cat >> alice/.hg/hgrc <<EOF 273 $ cat >> alice/.hg/hgrc <<EOF
276 [phases] 274 [phases]
277 publish = false 275 publish = false
278 [extensions] 276 [extensions]
279 rebase =
280 evolve = /path/to/mutable-history/hgext/evolve.py 277 evolve = /path/to/mutable-history/hgext/evolve.py
281 EOF 278 EOF
282 $ cp alice/.hg/hgrc bob/.hg/hgrc 279 $ cp alice/.hg/hgrc bob/.hg/hgrc
283 280
284 Bumped changesets: only one gets on the plane 281 Bumped changesets: only one gets on the plane