2961:e4e2efb4846a | 2962:d6c9d1ca2da4 |
---|---|
2 | 2 |
3 # Copyright (c) 2010 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> | 3 # Copyright (c) 2010 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Package implementing the vcs interface to Mercurial | 7 Package implementing the vcs interface to Mercurial. |
8 | 8 |
9 It consists of the hg class, the project helper classes and some | 9 It consists of the hg class, the project helper classes and some |
10 Mercurial specific dialogs. | 10 Mercurial specific dialogs. |
11 """ | 11 """ |