summaryrefslogtreecommitdiff
path: root/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* remove more references to fast-export-from-*.Jelmer Vernooij2012-02-281-22/+1
* Remove the various exporters.Jelmer Vernooij2012-02-281-7/+0
* Fix import.Jelmer Vernooij2011-12-181-1/+1
* Use absolute_import.Jelmer Vernooij2011-12-181-1/+3
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-061-2/+1
* Quick typo fix from Martin UedingJohn Arbash Meinel2011-03-311-2/+2
|\
| * fixed typo in 'fasimport'Martin Ueding2011-03-311-1/+1
|/
* Add info file with single version tuple.Jelmer Vernooij2011-03-081-1/+3
* Clarify installation requirements for python-fastimport.Jelmer Vernooij2010-12-191-1/+2
* Move command implementations into a separate cmds module.Jelmer Vernooij2010-12-111-882/+16
* Fix output stream to stdout for bzr fast-export.Jelmer Vernooij2010-11-081-2/+2
* Merge split of python-fastimport into a separate package.Jelmer Vernooij2010-11-061-13/+33
|\
| * Fix some more bugs found by ad-hoc testing.Jelmer Vernooij2010-10-161-6/+6
| * Check for availability of fastimport before running tests.Jelmer Vernooij2010-10-151-1/+22
| * Only require passing BzrDir to bzr-specific processors.Jelmer Vernooij2010-09-041-3/+3
| * Split out fastimport, import it from the system.Jelmer Vernooij2010-09-031-4/+3
| * Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-031-1/+1
|/
* Fix Monotone prefix and command name: mnt -> mtnIan Clatworthy2010-01-281-6/+6
* Add --user-map option to both fast-import and fast-import-filterIan Clatworthy2009-10-131-15/+96
* --forward, not --reverse, in fast-export helpIan Clatworthy2009-08-281-1/+1
* Merge feature support including generation/parsing of commit-properties, mult...Ian Clatworthy2009-08-281-7/+59
|\
| * export and import empty directoriesIan Clatworthy2009-08-281-0/+3
| * add --plain option to fast-exportIan Clatworthy2009-08-281-5/+43
|/
* add --commit-mark option to fast-import-query to show just one commit (withou...Ian Clatworthy2009-08-241-3/+15
* Support an explicit output destination for bzr fast-exportIan Clatworthy2009-08-231-6/+13
* Smarter blob tracking by implicitly collecting statistics before starting the...Ian Clatworthy2009-08-211-25/+55
* implicitly uncompress if a fast-import source ends in .gzIan Clatworthy2009-08-211-13/+31
* eliminate the reference to my temporary cvs2svn branchIan Clatworthy2009-08-211-3/+1
* minor doc tweaksIan Clatworthy2009-08-181-6/+5
* fast-import destination argument, implicit repo creation & trunk working tree...Ian Clatworthy2009-08-171-76/+132
|\
| * Update the working tree for trunk implicitlyIan Clatworthy2009-08-171-6/+12
| * update helpIan Clatworthy2009-08-171-61/+99
| * Create a repository implicitly if one doesn't already existIan Clatworthy2009-08-171-11/+23
* | Adds a fast-export-from-p4 command.Matt McClure2009-08-161-0/+34
|/
* added fast-export-to-cvsIan Clatworthy2009-08-141-0/+70
* added fast-export-from-mnt commandIan Clatworthy2009-08-141-0/+22
* more help tweaksIan Clatworthy2009-08-131-4/+8
* tweak help formattingIan Clatworthy2009-08-131-36/+40
* NEWS item and doco tweaksIan Clatworthy2009-08-111-45/+74
* initial cut at fast-export-from-svnIan Clatworthy2009-08-111-3/+25
* back out implicit gz compression - can come laterIan Clatworthy2009-08-111-4/+0
* add encoding option to fast-export-from-darcsIan Clatworthy2009-08-111-3/+10
* implement fast-export-from-gitIan Clatworthy2009-08-101-2/+1
* initial cut at a simplified ui to xxx-fast-exportIan Clatworthy2009-08-101-0/+93
* Open 0.9 developmentIan Clatworthy2009-07-231-1/+1
* release 0.8release-0.8.0Ian Clatworthy2009-07-231-1/+1
* faster export of revision range & improved diagnostics in fast-exportIan Clatworthy2009-04-071-1/+1
* add -r option to fast-exportIan Clatworthy2009-04-071-5/+6
* use inv deltas by default for all formats now: --classic to get old algorithm...Ian Clatworthy2009-04-051-5/+12
* add autopack option to fast-importIan Clatworthy2009-04-021-5/+10