Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.3, 0.9, and 0.9.1

stable CONTRIBUTING: clarify non-mandatory ui features using newer lib versions

Changeset 25015b4f8205

Parent 2e2a560167b7

by Adrian Buehlmann

Changes to one file · Browse files at 25015b4f8205 Showing diff from parent 2e2a560167b7 Diff from another changeset...

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