log

age author description
2010-09-14 Dan Villiom Podlaski Christiansen pull: reveal the handled SubversionException to --traceback.
2010-09-07 Dan Villiom Podlaski Christiansen subversion.rst: mention externals support limitations.
2010-09-07 Dan Villiom Podlaski Christiansen subversion.rst: list memory leaks in the section on limitations
2010-09-07 Dan Villiom Podlaski Christiansen verify: fix verifying mapped branches.
2010-09-23 Dan Villiom Podlaski Christiansen clone: replace the --singlebranch with overloading for --branch
2010-09-23 Dan Villiom Podlaski Christiansen test_push_dirs.py: activate tests that were previously overlooked
2010-09-14 Dan Villiom Podlaski Christiansen tests_urls: activate a test that was previously overlooked
2010-09-14 Dan Villiom Podlaski Christiansen svnwrap: improve error message when no bindings are found.
2010-09-14 Dan Villiom Podlaski Christiansen testrunner: don't use os.putenv(), as it may not affect os.environ.
2010-09-20 Dan Villiom Podlaski Christiansen tests: enable hgsubversion in the generated UI.
2010-09-14 Dan Villiom Podlaski Christiansen subvertpy_wrapper: don't assume the version is a three-tuple (fixes #206)
2010-09-15 Peter Arrenbrecht subvertpy: set default username/pwd as with swig
2010-09-15 Peter Arrenbrecht clone: add --singlebranch option
2010-09-10 Peter Arrenbrecht push: simplify code for remapping rebased node ids
2010-09-08 Peter Arrenbrecht push: fix case where we get >1 revs back after svn commit
2010-09-08 Peter Arrenbrecht tests: remove constant rev no from test script
2010-09-08 Peter Arrenbrecht tests: move _add_svn_rev to test_util for reuse
2010-09-08 Peter Arrenbrecht tests: add --show-stdout option to run.py
2010-09-06 Augie Fackler templatekw: restore compatibility with hg < 1.5
2010-09-02 Dan Villiom Podlaski Christiansen subversion.rst: mention lack of directory tracking (see issue 202)
2010-09-02 Dan Villiom Podlaski Christiansen subversion.rst: fix 'typo' in help for the hgsubversion.defaultauthors option.
2010-09-02 Andi Albrecht Add svnrev, svnpath and svnuuid keyword.
2010-09-02 Dan Villiom Podlaski Christiansen tests: add a Makefile for easily running the tests.
2010-09-02 Dan Villiom Podlaski Christiansen tests: add an option to the test-runner for selecting bindings.
2010-08-11 Dan Villiom Podlaski Christiansen setup: require Subvertpy when the SWIG bindings are unavailable.
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: add runtime override for choice of Subversion bindings
2010-08-11 Dan Villiom Podlaski Christiansen README: mention Subvertpy.
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: suggest installing Subvertpy when no bindings are present
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: activate & prefer subvertpy bindings when available
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: add subvertpy wrapper
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: improve a docstring & a comment.
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: use decorator syntax for properties.
2010-08-11 Dan Villiom Podlaski Christiansen editor: move ieditor decorator into svnwrap.
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: factor out a common module
2010-07-28 Peter Arrenbrecht svnmeta: strip all repeated slashes from subdir
2010-08-21 Augie Fackler Merge backout of incorrect patch.
2010-08-19 Augie Fackler Backed out changeset d0692ce98ea6
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: s/_chunk_size/chunk_size/
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: s/core.SubversionException/SubversionException/
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: remove dead code
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: kill the ctypes wrapper.
2010-08-11 Dan Villiom Podlaski Christiansen version: mention bindings type in version
2010-08-14 Dan Villiom Podlaski Christiansen tests: add a fixture that exercises the fix made in 1add57910c82.
2010-08-11 Dan Villiom Podlaski Christiansen README: remove usage instructions, and refer to the help topic instead.
2010-07-27 Peter Arrenbrecht svnmeta: strip all repeated slashes from subdir
2010-08-11 Dan Villiom Podlaski Christiansen __init__: activate & advertise the new help topic.
2010-08-11 Dan Villiom Podlaski Christiansen help: add an rst file containing some helpful instructions
2010-08-11 Dan Villiom Podlaski Christiansen test_startrev: add a few assertions about clone lengths
2010-08-11 Dan Villiom Podlaski Christiansen pull: fix shallow clone when lastest change isn't HEAD.
2010-08-11 Dan Villiom Podlaski Christiansen stupid: remove an incorrect, implicit assumption in fetch_branchrev()
2010-08-06 Dan Villiom Podlaski Christiansen test_rebuildmeta: make an assertion more helpful.
2010-08-06 Dan Villiom Podlaski Christiansen verify: add end-of-line to ui.write() calls.
2010-07-20 Dan Villiom Podlaski Christiansen test_startrev: new tests inspired by test_rebuildmeta
2010-07-20 Dan Villiom Podlaski Christiansen test_util: support specifying a start revision
2010-07-20 Dan Villiom Podlaski Christiansen clone: allow specifying a start revision.
2010-07-20 Dan Villiom Podlaski Christiansen replay: always fetch the entire first revision
2010-07-20 Dan Villiom Podlaski Christiansen svnwrap: add get_revision(); a thing wrapper around ra.do_update()
2010-07-20 Dan Villiom Podlaski Christiansen stupid: always fetch the entire first revision
2010-07-20 Dan Villiom Podlaski Christiansen maps: rename revmap.seen to revmap.youngest; add revmap.oldest.
2010-07-16 Augie Fackler README: document single-directory clones a little.