jelmer/python-fastimport.git
2010-11-06 Jelmer VernooijImport upstream version 0.9.0~bzr293
2010-11-06 Jelmer VernooijFix tests.
2010-11-06 Jelmer VernooijImport upstream version 0.9.0~bzr292
2010-10-28 Jelmer VernooijSupport out of band processing of commands.
2010-10-16 Jelmer VernooijImport upstream version 0.9.0~bzr291
2010-10-16 Jelmer VernooijCope with FileModifyCommand now having mode rather...
2010-10-16 Jelmer VernooijImport upstream version 0.9.0~bzr290
2010-10-16 Jelmer VernooijInstall fastimport.processors.
2010-09-12 Jelmer Vernooijremove dependency on bzrlib.
2010-09-12 Jelmer VernooijDon't rely on bzrlib.trace.
2010-09-11 Jelmer VernooijUse modes directly rather than bzr file kinds and execu...
2010-09-05 Jelmer VernooijImport processors from bzr-fastimport.
2010-09-05 Jelmer VernooijSplit out reftracker.
2010-09-05 Jelmer VernooijFix typo, handle bzr-specific locking in GenericProcessor.
2010-09-05 Jelmer Vernooijremove bzrisms from Processor.
2010-09-04 Jelmer VernooijRemove bzr-specific bits from processor.
2010-09-04 Jelmer VernooijOnly require passing BzrDir to bzr-specific processors.
2010-09-04 Jelmer VernooijIgnore testrepository directories.
2010-09-04 Sverre RabbelierSupport the 'done' command.
2010-09-04 Jelmer VernooijFix some imports.
2010-09-04 Jelmer VernooijAdd testrepository configuration, test_suite() function.
2010-09-04 Jelmer VernooijRemove bzr-specific code, whitespace.
2010-09-03 Jelmer VernooijSplit out fastimport, import it from the system.
2010-09-03 Jelmer VernooijSplit python-fastimport into its own separate package.
2010-09-03 Jelmer VernooijMove pure-fastimport code into its own directory, in...
2010-07-27 Jelmer VernooijMerge fixes from Miklos for darcs fast import.
2010-06-27 Miklos Vajnadarcs-fast-import: don't fail for first empty commit
2010-06-27 Miklos Vajnadarcs-fast-import: add --progress switch
2010-06-27 Miklos Vajnax2d: pass options to d-f-i
2010-06-27 Miklos Vajnadarcs-fast-import: Create symlinks after darcs record
2010-06-27 Miklos Vajnadarcs-fast-import: Allow more liberal renaming
2010-06-27 Miklos Vajnadarcs-fast-import: add --symhack option
2010-06-27 Miklos Vajnadarcs-fast-import: always invoke darcs add using -...
2010-06-27 Miklos Vajnadarcs-fast-import: do not silently ignore darcs failures
2010-06-27 Miklos Vajnadarcs-fast-import: better error handling for symlinks
2010-06-27 Miklos Vajnadarcs-fast-import: No longer throw away the blob after...
2010-04-21 Anders Kaseorggit-darcs: Fix exit/return confusion.
2010-04-21 Anders Kaseorggit-darcs: Import to a real ref (refs/remotes/darcs...
2010-04-21 D Herringfix timezones in darcs-fast-export, take 2
2010-03-17 Ian ClatworthyMerge patches from Miklos for darcs-fast-export
2010-03-17 D Herringfix timezones in darcs-fast-export
2010-03-17 Miklos Vajnagit-darcs: add a see-also section to manpage
2010-03-17 Miklos Vajnagit-darcs: add support for {pre,post}-{fetch,push}...
2010-03-17 Miklos Vajnagit-darcs: don't add empty darcs-fast-export-options...
2010-02-27 Ian ClatworthyRelease 0.9
2010-02-12 Ian ClatworthyDon't bail for http://path/to/repo darcs remotes
2010-02-11 Justin BognerDon't bail for http://path/to/repo darcs remotes
2010-02-09 Ian ClatworthyFallback to system configobj if none in bzrib.util
2010-02-08 Jelmer VernooijCope with Debian's bzr using the system configobj,...
2010-01-31 Ian ClatworthyAdd explorer integration
2010-01-28 Ian ClatworthyIgnore progress messages unless in verbose mode
2010-01-28 Ian ClatworthyFix Monotone prefix and command name: mnt -> mtn
2010-01-25 Ian ClatworthyMerge Python 2.5 fix for darcs-fast-export
2010-01-24 Miklos Vajnadarcs-fast-export: don't use urllib.urlopen().getcode()
2010-01-05 John Arbash... Include the known_graph code.
2009-12-11 John Arbash... Switch to using CommitBuilder
2009-12-09 John Arbash... Add a bunch of direct tests for the _TreeShim interface.
2009-12-08 Ian ClatworthyMerge John's test refactoring - uses multiplication now
2009-12-08 Ian ClatworthyMerge John's improvements to info_processor.py
2009-12-08 Ian ClatworthyMerge John's smarter caching of blobs to improve memory...
2009-12-04 Ian ClatworthyFaster post-processing of the inventory delta
2009-12-01 John Arbash... Some debugging code. It looks like the main bugs involv...
2009-11-30 John Arbash... When post-processing the delta stream, don't ask to...
2009-11-30 John Arbash... Use the new KnownGraph.add_node() functionality.
2009-11-30 John Arbash... The fix that landed in bzr did not set builder.new_inve...
2009-11-29 Ian ClatworthyMerge Jelmer's fix for exporters installation
2009-11-26 Jelmer VernooijFix installation of the exporters module.
2009-11-23 Ian ClatworthyDefault branch nick to mapped git ref name (Max Bowsher)
2009-11-15 John Arbash... bzr *does* run atexit functions when exiting, but doesn...
2009-11-13 John Arbash... Switch to closing the large-content blobs that we store...
2009-11-13 John Arbash... Dump sticky blobs to disk when memory pressure gets...
2009-11-12 John Arbash... Fall back to the repository for cases where the content...
2009-11-12 John Arbash... We need to handle when the object has been deleted.
2009-11-12 John Arbash... Found a bug in CommitBuilder.finish_inventory().
2009-11-12 John Arbash... (broken) Start working towards using CommitBuilder...
2009-11-12 John Arbash... add the failing test that we preserve the last-modified...
2009-11-12 John Arbash... Change to multiplying tests rather than manually.
2009-11-12 John Arbash... Change (.keys(), .values()) to using (.iteritems())
2009-11-06 Ian ClatworthyMerge Max's fixes for tags created via commit commands
2009-11-04 Max BowsherAlso catch tagging via commit when resuming a crashed...
2009-11-04 Max BowsherDefault branch-nick to mapped git ref name.
2009-11-04 Max BowsherStore the BranchMapper in the CacheManager so it can...
2009-11-04 Max BowsherMake BranchMapper just map one name per call.
2009-11-04 Max BowsherRemove unused and unimplemented BranchMapper.bzr_to_git...
2009-11-04 Max BowsherAvoid spurious 'git-' being prefixed on branches whose...
2009-11-03 Max BowsherSet a tag when touching a refs/tags/ ref with a commit...
2009-10-27 Ian Clatworthyhttp read support for darcs-fast-export
2009-10-26 Ian ClatworthyHandle multi-level branches
2009-10-25 Ian ClatworthyGet fastimport working on non-chk repositories again...
2009-10-22 Miklos Vajnadarcs-fast-export: refactor to a python class
2009-10-22 Miklos Vajnadarcs-fast-export: add testcase for http export support
2009-10-22 Miklos Vajnadarcs-fast-export: support exporting http repos directly
2009-10-22 Ian Clatworthyhandle git ref names with slashes in them
2009-10-22 Ian ClatworthyFix parsing error when a property is found after a...
2009-10-21 Ian ClatworthyChange the default inventory cache size to 1. For large...
2009-10-13 Ian Clatworthyupdate NEWS with recent changes
2009-10-13 Ian ClatworthyAdd --user-map option to both fast-import and fast...
2009-10-13 Ian ClatworthyAdd a README explaining how to compile svn-fast-export.c
2009-10-13 Ian Clatworthyignore generated executables
2009-10-12 Ian ClatworthyMerge Ted's improvements to svn-fast-export
next