Plugins/VcsPlugins/vcsMercurial/__init__.py@dbdca9e6b46c
Plugins/VcsPlugins/vcsMercurial/__init__.py
Sun, 05 Dec 2010 17:54:05 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 05 Dec 2010 17:54:05 +0100
- changeset 734
- dbdca9e6b46c
- parent 178
-
dd9f0bca5e2f
- child 791
-
9ec2ac20e54e
- permissions
- -rw-r--r--
Corrected some forgotten sort calls.
# -*- coding: utf-8 -*-
# Copyright (c) 2010 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the vcs interface to Mercurial
It consists of the hg class, the project helper classes and some
Mercurial specific dialogs.
"""