errors: move revlog errors
- create error.py for exception classes to reduce demandloading - move revlog exceptions to it - change users to import error and drop revlog import if possible
Showing
- hgext/convert/hg.py 3 additions, 3 deletionshgext/convert/hg.py
- hgext/imerge.py 2 additions, 2 deletionshgext/imerge.py
- hgext/transplant.py 2 additions, 2 deletionshgext/transplant.py
- mercurial/bundlerepo.py 4 additions, 4 deletionsmercurial/bundlerepo.py
- mercurial/changelog.py 3 additions, 2 deletionsmercurial/changelog.py
- mercurial/commands.py 5 additions, 5 deletionsmercurial/commands.py
- mercurial/context.py 8 additions, 8 deletionsmercurial/context.py
- mercurial/dispatch.py 2 additions, 2 deletionsmercurial/dispatch.py
- mercurial/error.py 26 additions, 0 deletionsmercurial/error.py
- mercurial/hgweb/hgweb_mod.py 4 additions, 4 deletionsmercurial/hgweb/hgweb_mod.py
- mercurial/hgweb/webcommands.py 4 additions, 4 deletionsmercurial/hgweb/webcommands.py
- mercurial/localrepo.py 3 additions, 3 deletionsmercurial/localrepo.py
- mercurial/manifest.py 4 additions, 3 deletionsmercurial/manifest.py
- mercurial/revlog.py 3 additions, 13 deletionsmercurial/revlog.py
Loading