File: __init__.py

package info (click to toggle)
python-hgapi 1.7.3%2Bgit20170127.dd8fb7b-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: python: 893; makefile: 140; sh: 13
file content (8 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
"""
    Python API to Mercurial, without using the internal Mercurial API.
"""
from . import hgapi as _hgapi
Repo = _hgapi.Repo
HgException = _hgapi.HgException
hg_version = _hgapi.Repo.hg_version
hg_clone = _hgapi.Repo.hg_clone