comparison: Plugins/VcsPlugins/vcsPySvn/__init__.py
Plugins/VcsPlugins/vcsPySvn/__init__.py
- changeset 0
- de9c2efb9d02
- child 13
- 1af94a91f439
equal
deleted
inserted
replaced
|
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2006 - 2009 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Package implementing the vcs interface to Subversion |
|
8 |
|
9 It consists of the subversion class, the project helper classes and some |
|
10 Subversion specific dialogs. This package is based upon the pysvn interface. |
|
11 """ |