localrepo: move the changegroupsubset method in changegroup module
This is a gratuitous code move aimed at reducing the localrepo bloatness. The method had few callers, not enough to be kept in local repo. The peer API remains unchanged.
Showing
- hgext/shelve.py 2 additions, 2 deletionshgext/shelve.py
- mercurial/changegroup.py 28 additions, 1 deletionmercurial/changegroup.py
- mercurial/localrepo.py 3 additions, 27 deletionsmercurial/localrepo.py
- mercurial/repair.py 1 addition, 1 deletionmercurial/repair.py
- mercurial/wireproto.py 1 addition, 1 deletionmercurial/wireproto.py
Loading
Please register or sign in to comment