summaryrefslogtreecommitdiff
path: root/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* fast-export should force binary sys.stdout on win32Alexander Belchenko2009-02-181-0/+1
* larger default inventory cache for chk formatsIan Clatworthy2009-03-081-1/+1
* make sure fast-export uses a binary stream on WindowsIan Clatworthy2009-03-041-12/+1
* improve error message when .bzr directory not foundIan Clatworthy2009-03-021-1/+7
* nicer and round-trippable mapping of git ref names to bzr branch namesIan Clatworthy2009-02-251-3/+11
* ensure version appears in bzr plugins output (Alexander Belchenko)Ian Clatworthy2009-02-211-0/+2
* basic DeltaCommitHandler generating deltasIan Clatworthy2009-02-191-1/+1
* fast-export command replacing bzr-fast-export scriptIan Clatworthy2009-02-181-3/+61
|\
| * documentation clean-upsIan Clatworthy2009-02-181-1/+4
| * turn bzr-fast-export into a fast-export commandIan Clatworthy2009-02-181-3/+58
* | fast-import-filter should produce binary output (Alexander Belchenko)Ian Clatworthy2009-02-181-2/+8
|\ \
| * | fast-import-filter should produce binary output.Alexander Belchenko2009-02-181-2/+8
| |/
* | unhide fast-import and fast-import-info commandsIan Clatworthy2009-02-181-3/+3
|/
* add _paths to option & params names as other types of filtering may be added ...Ian Clatworthy2009-02-171-7/+8
* initial cut at fast-import-filterIan Clatworthy2009-02-161-1/+68
* rename fast-import-filter to fast-import-queryIan Clatworthy2009-02-161-9/+9
* remove --inv-fulltext optionIan Clatworthy2009-02-121-5/+1
* fix os import as needed on WindowsIan Clatworthy2009-02-111-1/+1
* Merge Pieter de Bie's export-fixes branchIan Clatworthy2008-07-221-1/+7
|\
| * Add importing and exporting of marks to bzr-fastimportPieter de Bie2008-06-041-1/+8
* | 'bzr help fastimport' now provides useful helpIan Clatworthy2008-07-221-1/+28
* | add inv-fulltext option and improve speedIan Clatworthy2008-06-021-1/+6
|/
* Fix typo in online help.Elliot Murphy2008-03-191-2/+2
* Open the input in binary mode, as suggested by Paul Moore.James Westby2008-03-091-1/+6
* switch on experimental mode by defaultIan Clatworthy2008-02-271-1/+1
* cleanly restart after an interruption - basic mirroringIan Clatworthy2008-02-271-1/+13
* add option for enabling experimental stuffIan Clatworthy2008-02-251-1/+5
* smart caching of serialised inventoriesIan Clatworthy2008-02-211-2/+6
* clean-up doc ready for initial releaseIan Clatworthy2008-02-211-61/+164
* checkpoint and count params to generic processorIan Clatworthy2008-02-191-1/+1
* filtering enhancements: selected fields, filecommands, non-verbose formatIan Clatworthy2008-02-181-2/+4
* lightweight tags, filter processor and param validationIan Clatworthy2008-02-171-0/+4
* custom parameters for processorsIan Clatworthy2008-02-161-7/+26
* generic processing method working for one revision in one branchIan Clatworthy2008-02-161-2/+1
* 1st cut: gfi parser + --info processing methodIan Clatworthy2008-02-141-0/+91