log

age author description
2012-04-12 Arne Babenhauserheide tests: push_command: use svnserve.kill() in Python >=2.6
2012-01-22 Augie Fackler svn verify: progress information
2012-03-01 Dirkjan Ochtman Include documentation in tarballs (fixes #317).
2012-02-25 Augie Fackler Merge alternate tunnel schemes.
2011-08-16 Will Wykeham Cope with non standard schemes in externals
2011-08-12 Will Wykeham Support non-standard tunnels
2012-01-31 Augie Fackler filemap tests: check the attributes we care about, rather than shas
2012-01-27 Vitaliy Filippov Respect filemap rule order (rules that come first are overridden by rules that come later)
2012-01-20 Vitaliy Filippov Save filemap into .hg/svn/filemap just like other maps
2012-01-22 Augie Fackler outgoing: fix for hg change cd956049fc14
2011-11-22 Jerome M. BERGER Added ability to configure the password stores
2011-11-01 Augie Fackler Merge with stable
2011-10-30 Nico R. The handler seems to close the target in subversion-1.7.x. This patch works stable
2011-10-21 Augie Fackler Merge with stable.
2011-10-19 Wagner Bruna wrappers: clone must return hg.clone() result (issue300, issue306) stable
2011-10-19 Augie Fackler Merge with stable.
2011-10-19 Augie Fackler Added tag 1.3 for changeset 0cbf9fd89672 stable
2011-10-17 Yonggang Luo hgsubversion/*.py: add space after comment symbol #
2011-10-12 Augie Fackler svnexternals: comment on the purpose of int(rev) 1.3
2011-10-12 Yonggang Luo test_template_keywords.py: fix indentation of revset except block
2011-10-12 Yonggang Luo test_push_command: tests -> all_tests for consistency with other files
2011-10-12 Yonggang Luo tests: avoid shadowing Python builtin all()
2011-10-12 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
2011-10-11 Augie Fackler svnrepo: kludge to work around hash changes between stupid and replay in hg 1.9
2011-10-10 Augie Fackler Merge queued patches.
2011-09-30 Yonggang Luo revmap: load/save _youngest using new load_string and save_string API
2011-09-30 Yonggang Luo utils: add {save,load}_string since this is a fairly common idiom
2011-09-30 Yonggang Luo setup.py: clean up indentation
2011-09-30 Yonggang Luo maps: s/hash/ha/ and s/map/m/ to avoid hiding Python builtins
2011-09-30 Yonggang Luo svnexternals.py: style cleanups