equal
deleted
inserted
replaced
40 See also |
40 See also |
41 http://mercurial.selenic.com/wiki/ContributingChanges#Patch_descriptions |
41 http://mercurial.selenic.com/wiki/ContributingChanges#Patch_descriptions |
42 for guidelines on the patch description. |
42 for guidelines on the patch description. |
43 |
43 |
44 Please don't forget to update and run the tests when you fix a bug or |
44 Please don't forget to update and run the tests when you fix a bug or |
45 add a feature. To run the tests: |
45 add a feature. To run the tests, you need a working copy of Mercurial, |
|
46 say in $HGSRC: |
46 |
47 |
47 cd tests |
48 cd tests |
48 python run-tests.py --with-hg=/path/to/hg |
49 python $HGSRC/tests/run-tests.py --with-hg=$HGSRC/hg |
|
50 |
|
51 (evolve's stable and default branches correspond to Mercurial's stable |
|
52 and default branches. So to test evolve from default, you need |
|
53 Mercurial on default.) |
49 |
54 |
50 |
55 |
51 Changelog |
56 Changelog |
52 ========= |
57 ========= |
53 |
58 |
54 5.3.0 -- |
59 5.3.0 -- |
55 |
60 |
56 - split: add a new command to split changesets |
61 - split: add a new command to split changesets |
57 - tests: drop our copy of 'run-tests.py' use core one instead. |
62 - tests: drop our copy of 'run-tests.py' use core one instead. |
|
63 |
|
64 5.2.2 -- |
|
65 |
|
66 - no longer lock the repository for `hg parents` (issue4895) |
|
67 - updated help for the `evolve` command |
58 |
68 |
59 5.2.1 -- 2015-11-02 |
69 5.2.1 -- 2015-11-02 |
60 |
70 |
61 - add compatibility with Mercurial 3.6 |
71 - add compatibility with Mercurial 3.6 |
62 - prune: fixed possible issue with lock and bookmark |
72 - prune: fixed possible issue with lock and bookmark |