jelmer/subvertpy.git
2008-08-27 Jelmer VernooijRemove evil _backing_url hack.
2008-08-27 Jelmer VernooijOpen 0.4.12 for development.
2008-08-26 Jelmer Vernooijrelease 0.4.11. bzr-svn-0.4.11
2008-08-26 Jelmer VernooijCope with revpaths being empty.
2008-08-26 Jelmer VernooijCope with revpaths being empty, add mutter.
2008-08-26 Jelmer VernooijRelease bzr-svn 0.4.11~rc2. bzr-svn-0.4.11_rc2
2008-08-26 Jelmer VernooijAdd doap file.
2008-08-26 Jelmer VernooijCache tags.
2008-08-26 Jelmer VernooijDeal with moved tag parent directories.
2008-08-26 Jelmer VernooijFix progress bar, cope with odd revision numbers.
2008-08-26 Jelmer VernooijFix progress bar.
2008-08-26 Jelmer VernooijImplement much faster tags fetching.
2008-08-26 Jelmer VernooijFix another 1.4ism
2008-08-26 Jelmer VernooijFix syntax error for svn 1.4 users.
2008-08-26 Jelmer VernooijFix bug, add another assertion.
2008-08-26 Jelmer VernooijAdd another assert.
2008-08-26 Jelmer VernooijMerge branch enumeration fixes.
2008-08-26 Jelmer VernooijUse simple branch enumeration if possible.
2008-08-26 Jelmer VernooijDeal with moving branch parents.
2008-08-26 Jelmer VernooijFix searching of new branches.
2008-08-26 Jelmer VernooijFix searching of new branches.
2008-08-25 Jelmer VernooijAdd bug #.
2008-08-25 Jelmer VernooijFix.
2008-08-25 Jelmer VernooijMerge correct return types.
2008-08-25 Jelmer VernooijAvoid returning None as branch nick.
2008-08-25 Jelmer VernooijFix tests.
2008-08-25 Jelmer VernooijProperly mark ra connection as not busy if a property...
2008-08-25 Jelmer VernooijFix graphs, tests.
2008-08-24 Jelmer VernooijAdd progress bars to mergeinfo generation code.
2008-08-24 Jelmer VernooijAvoid going to sqlite for caching parents provider.
2008-08-24 Jelmer VernooijAvoid refetching revision graph all of the time.
2008-08-24 Jelmer VernooijBe a little bit less verbose, split up large commit...
2008-08-24 Jelmer VernooijSupport unicode in revprop values.
2008-08-24 Jelmer VernooijMore paranoia error checks.
2008-08-24 Jelmer VernooijFix test.
2008-08-24 Jelmer VernooijAdd some extra checks.
2008-08-24 Jelmer VernooijAvoid reconnecting when pushing.
2008-08-24 Jelmer VernooijAdd --merged option to svn-push.
2008-08-24 Jelmer VernooijFix some more tests.
2008-08-24 Jelmer VernooijCreate tags base directory if it doesn't exist.
2008-08-24 Jelmer VernooijFix some tests.
2008-08-24 Jelmer VernooijSet revision properties when possible.
2008-08-24 Jelmer VernooijAllow actually using custom revprops.
2008-08-24 Jelmer VernooijCanonicalize URL when connecting.
2008-08-24 Jelmer VernooijMore wiki file improvements.
2008-08-24 Jelmer VernooijFix wiki generation.
2008-08-24 Jelmer VernooijLook for apr-config in more locations.
2008-08-24 Jelmer VernooijMore error checks.
2008-08-23 Jelmer VernooijProvide information about custom revprops to mappings.
2008-08-23 Jelmer VernooijFix typo.
2008-08-23 Jelmer VernooijAdd BZR_OPTIONS variable.
2008-08-23 Jelmer VernooijRemove set-revprops option.
2008-08-23 Jelmer VernooijAdd header to Makefile.
2008-08-23 Jelmer VernooijFix more formatting.
2008-08-23 Jelmer VernooijDon't pass has_children at all if we don't know the...
2008-08-23 Jelmer VernooijRemove too trivial utility functions.
2008-08-23 Jelmer VernooijFix more formatting issues, add pylintrc file.
2008-08-23 Jelmer Vernooijfix formatting, unused imports, remove deprecated Branc...
2008-08-23 Jelmer VernooijFix tests.
2008-08-23 Jelmer VernooijFix import.
2008-08-23 Jelmer VernooijRevert default format back to rich-root-pack.
2008-08-23 Jelmer Vernooijfix more tests.
2008-08-23 Jelmer VernooijSimplify fileprop path finding code.
2008-08-23 Jelmer VernooijSimplify branch path finding code.
2008-08-23 Jelmer VernooijAlways find all revisions.
2008-08-23 Jelmer VernooijUse absolute imports.
2008-08-22 Jelmer VernooijImprove progress bars when finding tags.
2008-08-22 Jelmer VernooijFix tests.
2008-08-22 Jelmer VernooijMove tags code into a separate file.
2008-08-22 Jelmer VernooijAvoid enumerating branches when searching for tags...
2008-08-22 Jelmer VernooijFix tests.
2008-08-22 Jelmer VernooijAvoid importing tags as branches in svn-import.
2008-08-22 Jelmer VernooijRename to svn-import-latest-revision.
2008-08-22 Jelmer VernooijAdd --incremental option to svn-import.
2008-08-22 Jelmer VernooijMention --keep option.
2008-08-22 Jelmer VernooijRemove branches removed in svn during svn-import.
2008-08-22 Jelmer VernooijUse enumerate.
2008-08-22 Jelmer VernooijAllow revprops dictionary to be empty.
2008-08-22 Jelmer VernooijAvoid browsing old branches to search for revids when...
2008-08-22 Jelmer VernooijHandle path not found errors on http.
2008-08-22 Jelmer VernooijUse rst2html.py rather than rst2html if it is available.
2008-08-22 Jelmer VernooijPass project to branch/tag test functions.
2008-08-22 Jelmer VernooijFix handling of ghosts.
2008-08-21 Jelmer VernooijUse repository graph to find revno.
2008-08-21 Jelmer VernooijImprove ordering of revisions fetched when fetching...
2008-08-21 Jelmer VernooijFix name and arguments of put_file.
2008-08-21 Jelmer VernooijThrow appropriate error from put_file.
2008-08-21 Jelmer VernooijThrow appropriate error from put_file.
2008-08-21 Jelmer VernooijAdd more paranoia checks, fix formatting.
2008-08-21 Jelmer VernooijAdd missing NEWS entry.
2008-08-21 Jelmer VernooijUse 1.6-rich-root format by default.
2008-08-21 Mark LeeFix setup.py run with python2.4.
2008-08-21 Jelmer VernooijFix unused function error when building against svn...
2008-08-21 Jelmer Vernooijremove unused variable.
2008-08-21 Jelmer VernooijMerge fix from Mark to include more required dlls.
2008-08-10 Mark Hammondmore binaries need to be packaged on Windows.
2008-08-09 Jelmer VernooijFix import.
2008-08-09 Jelmer VernooijFigure out redirected URL from German error messages.
2008-08-09 Jelmer VernooijDecode to avoid failures because of strange locales.
2008-08-09 Jelmer VernooijFix test_follow_branch_switched_parents on svn 1.4.
next