equal
deleted
inserted
replaced
55 |
55 |
56 To install a local version from source:: |
56 To install a local version from source:: |
57 |
57 |
58 $ hg clone https://www.mercurial-scm.org/repo/evolve/ |
58 $ hg clone https://www.mercurial-scm.org/repo/evolve/ |
59 $ cd evolve |
59 $ cd evolve |
60 $ make install-home |
60 $ pip install --user . |
61 |
61 |
62 Then just enable it in you hgrc:: |
62 Then just enable it in you hgrc:: |
63 |
63 |
64 $ hg config --edit # adds the two line below: |
64 $ hg config --edit # adds the two line below: |
65 [extensions] |
65 [extensions] |