jelmer/python-fastimport.git
2012-04-04 Jelmer VernooijRelease 0.9.2. fastimport-0.9.2
2012-04-04 Jelmer VernooijAllow less strict parsing of fastimport streams.
2012-04-04 Jelmer VernooijCope with invalid timezones like +51800 a little bit...
2012-04-03 Jelmer VernooijAdd basic tests for dates.
2012-02-28 Jelmer Vernooijremove info_processor too (uses reftracker).
2012-02-28 Jelmer VernooijRemove bzr-specific reftracker and idmapfile modules.
2012-02-28 Jelmer VernooijClarify AUTHORS.
2012-02-28 Jelmer VernooijStart on 0.9.2.
2012-02-28 Jelmer VernooijRelease 0.9.1.
2012-02-28 Jelmer VernooijRename tarball for the benefit of pip.
2012-02-28 Jelmer VernooijImplement 'done' feature.
2011-10-22 Jelmer VernooijMerge support for squash_empty_commit argument to Filte...
2011-10-22 Jelmer VernooijOnly fix references to commits that have been squashed...
2011-10-21 Oleksandr UsovRename flag to squash_empty_commits and add few more...
2011-10-20 Oleksandr UsovAdd preserve_all_history flag to filter_processor and...
2011-10-06 Jelmer VernooijRemove old FSF address and point at FSF website instead.
2011-01-31 Jelmer VernooijStart on 0.9.1.
2011-01-31 Jelmer Vernooijrelease 0.9.0
2011-01-30 Jonathan NiederFix typo in setup.py
2010-12-12 Jelmer VernooijAvoid attempting to utf-8 decode/encode committer and...
2010-12-12 Jelmer VernooijCheck for leading slashes in paths, invalid path types.
2010-12-12 Jelmer VernooijStop utf-8 decoding several strings as they are not...
2010-12-11 Jelmer VernooijIf there is no mark then don't track it.
2010-11-08 Jelmer VernooijAvoid file_iter, use iter_files instead.
2010-11-06 Jelmer VernooijFix tests.
2010-10-28 Jelmer VernooijSupport out of band processing of commands.
2010-10-16 Jelmer VernooijCope with FileModifyCommand now having mode rather...
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...
next