README
changeset 1158 0f6c97421cd9
parent 1150 2c99d92faa62
child 1174 61179aeee656
equal deleted inserted replaced
1145:fb51113a1c08 1158:0f6c97421cd9
    26 Or see the ``doc/`` directory for a local copy.
    26 Or see the ``doc/`` directory for a local copy.
    27 
    27 
    28 Contribute
    28 Contribute
    29 ==========
    29 ==========
    30 
    30 
    31 The simplest way to contribute is to issue a pull request on Bitbucket
    31 Please use the patchbomb extension to send email to mercurial devel. Please
    32 (https://bitbucket.org/marmoute/mutable-history). Alternatively, you
    32 make sure to use the evolve-ext flag when doing so. You can use a command like
    33 can use the patchbomb extension to send email to mercurial
    33 this:
    34 devel. Please make sure to use the evolve-ext flag when doing so. You
       
    35 can use a command like this:
       
    36 
    34 
    37     hg email --to mercurial-devel@selenic.com --flag evolve-ext --rev '<your patches>'
    35     hg email --to mercurial-devel@selenic.com --flag evolve-ext --rev '<your patches>'
    38 
    36 
    39 See also
    37 See also
    40 http://mercurial.selenic.com/wiki/ContributingChanges#Patch_descriptions
    38 http://mercurial.selenic.com/wiki/ContributingChanges#Patch_descriptions
    44 add a feature. To run the tests:
    42 add a feature. To run the tests:
    45 
    43 
    46     cd tests
    44     cd tests
    47     python run-tests.py --with-hg=/path/to/hg
    45     python run-tests.py --with-hg=/path/to/hg
    48 
    46 
    49 However, some cutting-edge changes may be found in a mutable repository hosted
       
    50 by logilab before they are published.
       
    51 
       
    52     http://hg.netv6.net/marmoute-wip/evolve/
       
    53 
       
    54 Be sure to check latest draft changeset before submitting new changesets.
       
    55 
       
    56 
    47 
    57 Changelog
    48 Changelog
    58 =========
    49 =========
    59 
    50 
    60 5.0.1 --
    51 5.0.1 --
    61 
    52 
    62 - amend: fix --logfile argument
    53 - amend: fix --logfile argument
    63 - evolve: preserve branch change when evolving
    54 - evolve: preserve branch change when evolving
       
    55 - evolve: fix potential crash while solving `bumped` changesets.
    64 
    56 
    65 5.0.0 -- 2014-10-22
    57 5.0.0 -- 2014-10-22
    66 
    58 
    67 - drop compat with Mercurial pre 3.2
    59 - drop compat with Mercurial pre 3.2
    68 - uncommit: add a --rev argument
    60 - uncommit: add a --rev argument