summaryrefslogtreecommitdiff
path: root/bzr_exporter.py
Commit message (Expand)AuthorAgeFilesLines
* Don't emit directory info for renames operations when using plain formatHarry Hirsch2009-09-121-2/+9
* Don't emit directory info when plain format is specified.John Whitley2009-09-091-2/+3
* implicitly rename children on export when directory renamedIan Clatworthy2009-08-281-0/+24
* tweak author formatting to use same smart rule as used for committerIan Clatworthy2009-08-281-9/+13
* add revision count to 'Starting export ...' messageIan Clatworthy2009-08-281-2/+3
* export and import empty directoriesIan Clatworthy2009-08-281-3/+5
* merge ghost handling fix from trunkIan Clatworthy2009-08-271-6/+12
|\
| * Fix ghost handling and improve progress tracking in fast-exportIan Clatworthy2009-08-271-6/+12
* | Define feature names in one placeIan Clatworthy2009-08-271-6/+2
* | First cut at exporting additional metadata via 'features'Ian Clatworthy2009-08-271-4/+49
|/
* Stop fast-export from exceeding the maximum recursion depthIan Clatworthy2009-08-241-46/+14
* Support an explicit output destination for bzr fast-exportIan Clatworthy2009-08-231-2/+8
* backout git-bzr fix as it was breaking fast-exportIan Clatworthy2009-08-231-1/+1
* really put ':' in the commit markGonéri Le Bouder2009-08-211-1/+1
* add the missing ":" since revid_to_mark are "committish"Gonéri Le Bouder2009-08-191-1/+2
* improve fast-export's handling of rename+delete combinationsIan Clatworthy2009-04-081-21/+56
* fix round-tripping of committer & author when name is an emailIan Clatworthy2009-04-081-1/+8
* faster export of revision range & improved diagnostics in fast-exportIan Clatworthy2009-04-071-69/+116
* fix rename adjustment & kind change logic in fast-exportIan Clatworthy2009-04-071-11/+19
* add -r option to fast-exportIan Clatworthy2009-04-071-5/+70
* graceful handling of faulty revisions (David Reitter)Ian Clatworthy2009-03-251-1/+5
|\
| * fix bug #348038 (call to warning() with two arguments) and handle malformed r...David Reitter2009-03-241-53/+56
|/
* make sure fast-export uses a binary stream on WindowsIan Clatworthy2009-03-041-1/+1
* fix marks importing in fast-exportIan Clatworthy2009-03-021-2/+3
* Fix str + int concat in bzr-fast-export (Stéphane Raimbault)Ian Clatworthy2009-03-021-1/+1
* fix encoding issue in bzr_exporter (Teemu Likonen)Ian Clatworthy2009-02-221-0/+2
* documentation clean-upsIan Clatworthy2009-02-181-0/+3
* fix branch of first commit to not be refs/heads/tmpIan Clatworthy2009-02-181-5/+7
* fix mark numbering so parents always get lower numbersIan Clatworthy2009-02-181-1/+2
* trivial bzr_exporter clean-upsIan Clatworthy2009-02-181-11/+1
* refactor bzr_exporter to use Command objectsIan Clatworthy2009-02-181-108/+80
* use note and warning APIsIan Clatworthy2009-02-181-13/+18
* remove unnecessary checkpoint at 0 commitsIan Clatworthy2009-02-181-1/+2
* extend & use marks_file APIIan Clatworthy2009-02-181-48/+15
* turn bzr-fast-export into a fast-export commandIan Clatworthy2009-02-181-0/+332