web: prevent TypeError thrown when using the diffstat templates
Remove the lambda used to wrap webutil.diffstat because:
- functions passed to the templater must accept keyword arguments
- webutil.diffstat is a generator, so already calculates the diffstat lazily
This reverts the changes made to
1d3e2349304a after it was submitted to the
mailing list but before it was queued.
dispatch: add repo to the request
allows callers of dispatch.dispatch to pass in
an initialized repo object to be used.
-R/--repository overrides the request repo.
Added signature for changeset
733af5d9f6b2
Added tag 1.8.4 for changeset
733af5d9f6b2
subrepo: make stdin for svn a pipe for non-interactive use (
issue2759)
This certainly can't hurt, so go ahead and do it, potentially along
with --non-interactive if that flag is safe for the given subcommand.
subrepo: svn abort now depends on exit code (
issue2833)
httprepo: send URL redirection notices to stderr (
issue2828)
httprepo: proper handling of invalid responses without content-type (
issue2019)
This can currently be tested on http://sf.net/
strip: make it clear that --force discards changes (
issue310)
tags: catch more corruption during cache parsing (
issue2779)