README
changeset 1000 8043ae3612e4
parent 987 07eef20e36b0
child 1006 deba3a063c63
equal deleted inserted replaced
999:38099dfdcbbe 1000:8043ae3612e4
    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 The simplest way to contribute is to issue a pull request on Bitbucket
    32 (https://bitbucket.org/marmoute/mutable-history). Please don't forget
    32 (https://bitbucket.org/marmoute/mutable-history). Alternatively, you
    33 to update and run the tests when you fix a bug or add a feature. To
    33 can use the patchbomb extension to send email to mercurial
    34 run the tests:
    34 devel. Please make sure to use the evolve-ext flag when doing so. You
       
    35 can use a command like this:
       
    36 
       
    37     hg email --to mercurial-devel@selenic.com --flag evolve-ext --rev '<your patches>'
       
    38 
       
    39 See also
       
    40 http://mercurial.selenic.com/wiki/ContributingChanges#Patch_descriptions
       
    41 for guidelines on the patch description.
       
    42 
       
    43 Please don't forget to update and run the tests when you fix a bug or
       
    44 add a feature. To run the tests:
    35 
    45 
    36     cd tests
    46     cd tests
    37     python run-tests.py --with-hg=/path/to/hg
    47     python run-tests.py --with-hg=/path/to/hg
    38 
    48 
    39 However, some cutting-edge changes may be found in a mutable repository hosted
    49 However, some cutting-edge changes may be found in a mutable repository hosted