Files @ c1f1f0661090
Branch filter:

Location: kallithea/rhodecode/lib/vcs/utils/hgcompat.py - annotation

Marcin Kuzminski
API docs improvement.
- added id to each INPUT params as it might be confusing for people that this param should always be there
"""Mercurial libs compatibility

"""
from mercurial import archival, merge as hg_merge, patch, ui
from mercurial.commands import clone, nullid, pull
from mercurial.context import memctx, memfilectx
from mercurial.error import RepoError, RepoLookupError, Abort
from mercurial.hgweb.common import get_contact
from mercurial.localrepo import localrepository
from mercurial.match import match
from mercurial.mdiff import diffopts
from mercurial.node import hex