equal
deleted
inserted
replaced
60 To enable the evolve extension use:: |
60 To enable the evolve extension use:: |
61 |
61 |
62 $ hg clone http://hg-dev.octopoid.net/hgwebdir.cgi/mutable-history/ |
62 $ hg clone http://hg-dev.octopoid.net/hgwebdir.cgi/mutable-history/ |
63 $ mutable-history/enable.sh >> ~/.hgrc |
63 $ mutable-history/enable.sh >> ~/.hgrc |
64 |
64 |
65 You will probably want to use the associated version of hgview (QT viewer only) |
65 You will probably want to use the associated version of hgview (QT viewer only):: |
66 |
66 |
67 $ hg clone http://hg-dev.octopoid.net/hgwebdir.cgi/hgview/ |
67 $ hg clone http://hg-dev.octopoid.net/hgwebdir.cgi/hgview/ |
68 $ cd hgview |
68 $ cd hgview |
69 $ python setup.py install --user |
69 $ python setup.py install --user |
70 |
70 |
80 evolve-faq |
80 evolve-faq |
81 from-mq |
81 from-mq |
82 evolve-collaboration |
82 evolve-collaboration |
83 qsync |
83 qsync |
84 |
84 |
85 Smart changeset deletion: Obselete Marker |
85 Smart changeset deletion: Obsolete Marker |
86 ========================================== |
86 ========================================== |
87 |
87 |
88 Obsolete marker is a powerful concept that allow mercurial to safely handle |
88 Obsolete marker is a powerful concept that allow mercurial to safely handle |
89 history rewriting operations. It is a new type of relation between Mercurial |
89 history rewriting operations. It is a new type of relation between Mercurial |
90 changesets that track the result of history rewriting operations. |
90 changesets that track the result of history rewriting operations. |