jelmer/python-fastimport.git
2014-03-11 Jelmer VernooijMerge branch 'commit-copy' of git://github.com/masklinn...
2014-03-11 masklinnAdd tests for notemodify
2014-03-11 masklinnTest copy-with-replacement and invalid copy
2014-03-11 masklinnAdd basic commit copy test
2014-03-10 masklinnAdd copy method to CommitCommand
2014-03-10 masklinnAdd NoteModify command
2014-03-01 Jonathan Niederpython-fastimport: overview documentation
2014-03-01 Jelmer VernooijStart on 0.9.4.
2014-03-01 Jelmer VernooijRelease 0.9.3. fastimport-0.9.3
2014-03-01 Jelmer VernooijAdd basic readme file.
2014-03-01 Jelmer VernooijAdd MANIFEST file.
2014-03-01 Jelmer VernooijRemove binary_stream helper.
2014-03-01 Jelmer VernooijRemove unused helpers.
2014-01-18 Jelmer VernooijFix compatibility with python2.6, which does not have...
2014-01-18 Jelmer VernooijActually run tests with unittest2.
2014-01-18 Jelmer VernooijBuild with pypy in travis.
2014-01-18 Jelmer VernooijInstall unittest2 for python2.6.
2014-01-18 Jelmer VernooijRemove dependency on testtools.
2014-01-18 Jelmer VernooijAdd travis config.
2013-09-22 Jelmer VernooijAdd Makefile.
2013-09-22 Jelmer VernooijRemove download URL.
2013-09-22 Jelmer VernooijIgnore some files.
2012-11-29 Jelmer VernooijChange fileid of processors/
2012-04-04 Jelmer VernooijStart on 0.9.3.
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
next