/CONTRIBUTING.txt

https://bitbucket.org/tortoisehg/hgtk/ · Plain Text · 22 lines · 16 code · 6 blank · 0 comment · 0 complexity · 1150afee42bcc1a858b99aa3a3349932 MD5 · raw file

  1. == Rules for contributing to TortoiseHg ==
  2. Note that these rules may change together with the code base as the project
  3. evolves. Specifically, the compatibility rules in the default branch may be
  4. different from those in the stable branch.
  5. === Library compatibility ===
  6. Our code base assumes minimum versions of library components as listed below.
  7. That is, our code must not depend on features or API's that were introduced
  8. in any later versions of the respective components.
  9. It may be ok though if some advanced user interface features are available only
  10. if later versions of a library are found to be present at runtime, provided the
  11. application is still reasonably usable with the base library versions listed
  12. below.
  13. PyQt: 4.6
  14. === Python version ===
  15. TortoiseHg needs to run on Python 2.4, to stay consistent with Mercurial
  16. itself.