Allow overriding of ui_factory by other plugins (in particular, bzr-gtk).
[jelmer/subvertpy.git] / fetch.py
2007-03-19 Jelmer VernooijAllow overriding of ui_factory by other plugins (in...
2007-03-12 Jelmer VernooijHandle unicode characters in filenames (#54736).
2007-03-12 Jelmer VernooijAdd trivial test for PullResult().
2007-03-04 Jelmer VernooijPrepare for 0.3.2
2007-01-06 Jelmer VernooijCouple of minor fixes
2007-01-02 Jelmer VernooijMore efficient locking.
2007-01-02 Jelmer VernooijFix progress bar, update TODO.
2007-01-02 Jelmer VernooijMore tests!
2007-01-01 Jelmer VernooijStore file id maps when committing to Subversion. Fixes...
2007-01-01 Jelmer VernooijInitial work on supporting the 'bzr:file-ids' property.
2007-01-01 Jelmer VernooijDon't consider files when checking for branches.
2007-01-01 Jelmer VernooijAdd test file I forgot to add earlier, update TODO...
2006-12-31 Jelmer VernooijAdd --all option to svn-import.
2006-12-30 Jelmer VernooijSimplify fetch code, avoid extra roundtrip when possible.
2006-12-30 Jelmer VernooijProperly finish progress bars when exceptions occur.
2006-12-30 Jelmer VernooijMore consistent use of progress bars.
2006-12-30 Jelmer VernooijFix nested checkouts.
2006-12-29 Jelmer VernooijReduce amount of output of follow_history() functions.
2006-12-29 Jelmer VernooijAdd specialized version of follow_branch_history()...
2006-12-29 Jelmer VernooijReduce number of find_children() calls.
2006-12-29 Jelmer VernooijDon't look up full path but just basename in parents...
2006-12-29 Jelmer VernooijSimplify return values of _apply_changes() functions...
2006-12-29 Jelmer VernooijRemove unused code.
2006-12-29 Jelmer VernooijOnly determine file ids of changed files.
2006-12-28 Jelmer VernooijMerge commits done on train.
2006-12-28 Jelmer VernooijRemove unused local map obtain code.
2006-12-28 Jelmer VernooijUse old inventory to obtain old file ids, saving a...
2006-12-27 Jelmer VernooijTry to reduce memory usage further.
2006-12-27 Jelmer VernooijHandle children in replaced dirs more gracefully.
2006-12-27 Jelmer VernooijFix nested replace bug.
2006-12-26 Jelmer VernooijRather than bailing out on dir upgrades, simply cut...
2006-12-26 Jelmer VernooijMove more scheme-specific code out of LogWalker to...
2006-12-26 Jelmer VernooijDeal with existing files in directories replaced by...
2006-12-26 Jelmer VernooijAlternative fix to replace problem.
2006-12-26 Jelmer VernooijWork around a strange bug in the subversion code that...
2006-12-25 Jelmer VernooijUse more pools.
2006-12-25 Jelmer VernooijUse pools to try to reduce the memory consumption.
2006-12-25 Jelmer VernooijAdd test case demonstrating a weird bug in the file...
2006-12-25 Jelmer VernooijFix matching formats.
2006-12-18 Jelmer VernooijFix #76280 and add some docstrings.
2006-12-18 Jelmer VernooijDon't reopen connection a lot of times.
2006-12-12 Jelmer VernooijMerge upstream fixes.
2006-12-12 Jelmer VernooijAdd repository format.
2006-12-12 Jelmer VernooijMerge upstream changes.
2006-12-06 Jelmer VernooijMove ra context handling into SvnRaTransport to make...
2006-10-16 Jelmer VernooijFix compatibility with bzr.dev after ROOT_ID changes. bzr-svn-0.1
2006-08-13 Jelmer VernooijDon't try to create a weave for ROOT_ID.
2006-07-30 Jelmer VernooijFix what was left of #54350
2006-07-30 Jelmer VernooijAllow use by versions that don't have svn.ra.reparent()
2006-07-30 Jelmer VernooijDeal with copied branches better (partially fixes ...
2006-07-30 Jelmer VernooijReduce amount of mutters.
2006-07-30 Jelmer Vernooij[merge] main
2006-07-30 Jelmer VernooijDon't lose copy from data.
2006-07-29 Jelmer VernooijStart using svn_ra_do_switch() rather than svn_ra_do_up...
2006-07-26 Jelmer VernooijFix tests
2006-07-19 Jelmer VernooijSome more performance improvements.
2006-07-19 Jelmer VernooijUse more efficient caching.
2006-07-18 Jelmer VernooijProperly fetch symlink info.
2006-07-17 Jelmer VernooijSupport using repositories, fix symlink support.
2006-07-17 Jelmer VernooijFix setting parent, other minor issues.
2006-07-17 Jelmer VernooijHandle svn:executable != '*'
2006-07-16 Jelmer VernooijFix revnum inheritance bug.
2006-07-16 Jelmer VernooijFix tests, switch to saving file id maps in files.
2006-07-16 Jelmer VernooijBunch of file id improvements.
2006-07-14 Jelmer Vernooij[merge] cache properties
2006-07-14 Jelmer VernooijSimplify logwalker a bit.
2006-07-04 Jelmer VernooijProperly support and https:// repositories.
2006-07-04 Jelmer VernooijMore tests. Push as merged *really* works now.
2006-07-04 Jelmer Vernooij[merge] portability fixes.
2006-07-04 Jelmer VernooijTest creating workingtrees from fetch branches with...
2006-07-03 Jelmer VernooijAdd svk:merge conversion functions with tests.
2006-07-03 Jelmer VernooijFix fetching executable bits, nasty bug with copying
2006-07-03 Jelmer VernooijAdd tests for executable bit.
2006-07-03 Jelmer VernooijFix fetching revisions containing replaced files.
2006-07-02 Jelmer VernooijUse Subversion file properties on the branch path rathe...
2006-07-02 Jelmer VernooijGet rid of slow fetch implementation.
2006-07-02 Jelmer VernooijFix code and tests to pass.
2006-07-01 Jelmer VernooijFix revision id generation.
2006-07-01 Jelmer VernooijDon't stop file id generation when crossing branch...
2006-07-01 Jelmer VernooijCheck checksums returned by Subversion, fix error
2006-07-01 Jelmer VernooijRewrite svn2bzr as part of bzr-svn. It is now a bzr...
2006-06-30 Jelmer VernooijUse do_update() in fetch code.
2006-06-30 Jelmer VernooijFix file contents.
2006-06-30 Jelmer VernooijUse do_update() instead of single-file fetches. Improve...
2006-06-29 Jelmer VernooijBunch of random fixes, tests.
2006-06-28 Jelmer VernooijReturn branch path from logwalker functions.
2006-06-28 Jelmer VernooijFix a few tests.
2006-06-28 Jelmer VernooijRemove strict_node_history argument from logwalker,
2006-06-25 Jelmer VernooijMerges work!
2006-06-25 Jelmer VernooijMerge fixes.