web: use '_unset' default value for proxy config method
This special value is needed to make sure registered default value are taken in
account.
bundles: turn nbchanges int into a bytestr using pycompat.bytestr
Fixes some python 3 failures.
exchange: hit opargs with pycompat.strkwargs before **-ing it
Fixes Python 3 problems.
revlog: update signature of dummy addgroup() in bundlerepo and unionrepo
Per
c8b6ed51386b,
2f5c45fe3a3b and
00e3f909907f.