Break apart hg.py
- move the various parts of hg.py into their own files - create node.py to store node manipulation functions
Showing
- mercurial/changelog.py 1 addition, 2253 deletionsmercurial/changelog.py
- mercurial/dirstate.py 9 additions, 1993 deletionsmercurial/dirstate.py
- mercurial/filelog.py 3 additions, 2201 deletionsmercurial/filelog.py
- mercurial/hg.py 12 additions, 2249 deletionsmercurial/hg.py
- mercurial/httprepo.py 4 additions, 2158 deletionsmercurial/httprepo.py
- mercurial/localrepo.py 9 additions, 894 deletionsmercurial/localrepo.py
- mercurial/manifest.py 3 additions, 2129 deletionsmercurial/manifest.py
- mercurial/node.py 36 additions, 0 deletionsmercurial/node.py
- mercurial/remoterepo.py 1 addition, 2277 deletionsmercurial/remoterepo.py
- mercurial/repo.py 8 additions, 0 deletionsmercurial/repo.py
- mercurial/revlog.py 1 addition, 19 deletionsmercurial/revlog.py
- mercurial/sshrepo.py 1 addition, 2170 deletionsmercurial/sshrepo.py
Loading
Please register or sign in to comment