A step closer (but not all the way to) Python 2.0 compatibility.
[cvs2svn.git] / HACKING
blob666264fb9133857a36e2db96275d81bac2f76563
1                                                                 -*-text-*-
3                       ===========================
4                        Hacker's Guide To cvs2svn
5                       ===========================
7 This project uses the same social and technical guidelines (where
8 applicable) as Subversion itself.  You can view them online at
9 http://svn.collab.net/repos/svn/trunk/HACKING.
11 Also:
13    - Read design-notes.txt, you won't regret it.
14    - Read the class documentation in cvs2svn.py.
15    - Please put a new test in run-tests.py when you fix a bug.
16    - Use 2 spaces between sentences in comments and docstrings.
18 Enjoy!