Mercurial > evolve
comparison README @ 738:d33fdd8202f3 stable
README: fix spelling, capitalization, grammar, punctuation
author | Greg Ward <greg@gerg.ca> |
---|---|
date | Sat, 10 Aug 2013 17:27:19 -0400 |
parents | c96dd66c6839 |
children | dcda64966616 |
comparison
equal
deleted
inserted
replaced
737:c96dd66c6839 | 738:d33fdd8202f3 |
---|---|
8 This extension provides several commands to mutate history and deal with | 8 This extension provides several commands to mutate history and deal with |
9 issues it may raise. | 9 issues it may raise. |
10 | 10 |
11 It also: | 11 It also: |
12 | 12 |
13 - enables the "Changeset Obsolescence" feature of mercurial, | 13 - enables the "changeset obsolescence" feature of Mercurial |
14 - issues several warning messages when troubles appear in your repository. | 14 - issues several warning messages when troubles appear in your repository |
15 | 15 |
16 **These extensions are experimental and are not meant for production.** | 16 **These extensions are experimental and are not meant for production.** |
17 | 17 |
18 You can quicky enable it by adding the line below to the extensions | 18 You can quickly enable it by adding the line below to the extensions |
19 section of you hgrc:: | 19 section of your hgrc:: |
20 | 20 |
21 evolve=PATH/TO/evolve.py | 21 evolve=PATH/TO/evolve.py |
22 | 22 |
23 But it's recommended to look at the doc in the first place. | 23 But it's recommended to look at the doc in the first place. |
24 | 24 |
29 http://hg-lab.logilab.org/doc/mutable-history/html/ | 29 http://hg-lab.logilab.org/doc/mutable-history/html/ |
30 | 30 |
31 Contribute | 31 Contribute |
32 ========== | 32 ========== |
33 | 33 |
34 The simplest way to contribute is to issue a pull request on bitbucket. | 34 The simplest way to contribute is to issue a pull request on Bitbucket. |
35 | 35 |
36 However, some cutting edge change may be found in a mutable repository hosted | 36 However, some cutting-edge changes may be found in a mutable repository hosted |
37 by logilab before they are published. | 37 by logilab before they are published. |
38 | 38 |
39 http://hg-lab.logilab.org/wip/mutable-history/ | 39 http://hg-lab.logilab.org/wip/mutable-history/ |
40 | 40 |
41 Make sure to check lastest draft changeset before submitting new changeset. | 41 Make sure to check latest draft changeset before submitting new changesets. |
42 | 42 |
43 | 43 |
44 Changelog | 44 Changelog |
45 ========= | 45 ========= |
46 | 46 |