log

age author description
2012-05-13 Bryan O'Sullivan tests: fix automatically generated test names
2012-05-13 Bryan O'Sullivan replay: workaround svn not telling us about x/l flags (issue346)
2012-05-13 Bryan O'Sullivan svn_swig_wrapper: canonicalize path
2011-12-13 Dan Villiom Podlaski Christiansen svn verify: use a custom editor and get_revision()
2012-05-13 Dan Villiom Podlaski Christiansen show a total for verification progress
2012-05-13 Dan Villiom Podlaski Christiansen move verify to a file of its own
2012-05-12 Dan Villiom Podlaski Christiansen allow Python 2.7 to show medium-size multiline diffs when tests fail
2012-05-12 Dan Villiom Podlaski Christiansen don't suppress KeyboardInterrupt exception tracebacks
2012-05-12 Dan Villiom Podlaski Christiansen make assertion failures slightly more helpful by including the failing verification
2012-05-12 Augie Fackler Merge
2011-12-13 Dan Villiom Podlaski Christiansen svn verify: add a test for corrupt repositories.
2012-05-12 Dan Villiom Podlaski Christiansen kill all 'print' statements in the extension proper
2012-05-12 David Schleimer Partial metadata rebuilding
2012-05-12 Bryan O'Sullivan revsets: huge speedups for fromsvn and svnrev
2011-12-13 Dan Villiom Podlaski Christiansen svnmeta: only remove directory components in normalize()
2012-05-12 Dan Villiom Podlaski Christiansen make assertion failures slightly prettier and more readable
2012-05-12 Dan Villiom Podlaski Christiansen fold test_startrev and test_verify into a new test; test_verify_and_startrev
2012-05-03 Bryan O'Sullivan verify: tell progress when we're done
2012-04-30 Bryan O'Sullivan Abstract away the details of where svn revs are stored in a commit
2012-05-02 Augie Fackler Added tag 1.4 for changeset 07234759a3f7
2012-04-26 Patrick Mezard svnexternals: fix handling of subrepo pinned to HEAD in hg 2.2 1.4
2012-04-20 Patrick Mezard svn verify: display extra and missing files separately
2012-04-21 Patrick Mezard test_utility_commands: test verify command
2012-04-20 Dan Villiom Podlaski Christiansen Makefile: set HGRCPATH to protects us from broken environments
2012-04-20 Augie Fackler pickle_atomic: unbreak old hg versions hg that use rename() instead of close()
2012-04-20 Augie Fackler svnrepo: don't break on old hg versions that lack pushkey
2012-04-20 Augie Fackler wrappers: don't break on old hg versions that lack discovery
2011-12-13 Dan Villiom Podlaski Christiansen svn verify: mention URL in output
2012-04-20 Patrick Mezard tests: remove useless imp imports
2012-04-20 Patrick Mezard test_svnwrap: use test_util.rmtree() (or fix it)
2012-04-19 Patrick Mezard test_util: remove self.repo_path, generate new paths each time
2012-04-19 Patrick Mezard test_util: pass repo_path to svnpropget(), turn into a function
2012-04-19 Patrick Mezard test_util: pass repo_path to svnco() explicitely
2012-04-19 Patrick Mezard test_util: pass repo_path to svnls(), turn it into a function
2012-04-19 Patrick Mezard test_util: pass repo_path to _add_svn_rev() explicitely
2012-04-19 Patrick Mezard test_util: add a load_and_fetch() returning the repo_path
2012-04-19 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
2012-04-19 Patrick Mezard test_util: merge load_fixture_and_fetch() into TestBase method
2012-04-19 Augie Fackler Merge
2012-04-19 Augie Fackler stupid: add comment noting why we track modified binary files
2012-04-19 Patrick Mezard editor: work around svn 1.7 closing the output fp in apply_textdelta()
2012-04-19 Patrick Mezard stupid: force non-incremental mode for unrelated branches creation
2012-04-19 Patrick Mezard stupid: ignore directories svn:mergeinfo in svn >= 1.7
2012-04-19 Patrick Mezard stupid: handle changes in svn 1.7 diff format
2012-04-17 Sean Farley phases: mark newly created commits from subversion as 'public' to fix #335
2012-04-18 Augie Fackler Merge
2012-04-18 Bryan O'Sullivan verify: skip over missing files instead of crashing
2012-04-17 Augie Fackler pickle_atomic: use atomictempfile to avoid duplicating hg functionality
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