changegroup.writebundle: provide ui
The next diff will add support for writing bundle2 files to writebundle, but the bundle2 generator wants access to a ui object. This changes the signature and callsites to pass one in.
Showing
- hgext/shelve.py 2 additions, 1 deletionhgext/shelve.py
- mercurial/bundlerepo.py 1 addition, 1 deletionmercurial/bundlerepo.py
- mercurial/changegroup.py 1 addition, 1 deletionmercurial/changegroup.py
- mercurial/commands.py 2 additions, 2 deletionsmercurial/commands.py
- mercurial/httppeer.py 1 addition, 1 deletionmercurial/httppeer.py
- mercurial/repair.py 1 addition, 1 deletionmercurial/repair.py
Loading
Please register or sign in to comment