http basic auth: reset redirect counter on new requests (
issue2255)
On Python 2.6.6 (and patched 2.6.5 on certain Linux distros),
the change that caused
issue2255 was also applied to non-digest
authentication; this change extends the
2ec346160783 fix
accordingly.
rebase: recompute the set of skipped rev when using --continue (
issue2330)
Remove variable output affected by length of TMPDIR.
If the temporary directory is longer than /tmp then it's possible that
the Subject line will get wrapped by the headencode function.
tests: update to match "hg help resolve" output from
53fdc0989047
url: limit expansion to safe auth keys (Issue2328)
Mads Kiilerich pointed out that
7c9beccb0533 was too eager since the
prefix and password keys may contain $-signs. So this only add the
username to the list of keys that are expanded.
This also updates the documentation to match.
convert: Test svn sink for a repo with tags.
This test case backs the fix in changeset
7e5f5e5858f9. The subversion
sink used to crash, if the source repo used tags.
url: expand vars in all [auth] settings (
issue2328)