summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.baserock/morphJelmer Vernooij2012-03-221-9/+9
|
* Print sane error when a fastimport file is incomplete.Jelmer Vernooij2012-03-013-3/+33
|
* Start on 0.14.0.Jelmer Vernooij2012-02-292-1/+3
|
* Release 0.13.0.release-0.13.0Jelmer Vernooij2012-02-292-2/+2
|
* Merge removal of exporters.Jelmer Vernooij2012-02-2969-4956/+31
|\
| * Add some web links to documentation.Jelmer Vernooij2012-02-291-0/+15
| |
| * remove reference to exporter copyrights.Jelmer Vernooij2012-02-281-4/+0
| |
| * remove more references to fast-export-from-*.Jelmer Vernooij2012-02-283-38/+12
| |
| * Remove the various exporters.Jelmer Vernooij2012-02-2867-4918/+8
| |
* | Document the SOURCE argument for ``bzr fast-export``.Jelmer Vernooij2012-02-282-4/+17
| |
* | Rename git_branch to ref.Jelmer Vernooij2012-02-282-18/+14
|/
* Reimport some modules removed from python-fastimport 0.9.2.Jelmer Vernooij2012-02-288-6/+679
|
* Fix compatibility with bzr 2.6.Jelmer Vernooij2012-02-182-9/+15
|
* Start on 0.13.0.Jelmer Vernooij2012-02-182-1/+3
|
* Release 0.12.0.release-0.12.0Jelmer Vernooij2012-02-102-2/+2
|
* Fix compatibility with bzr 2.5.Jelmer Vernooij2012-01-101-1/+5
|
* Fix import.Jelmer Vernooij2011-12-181-1/+1
|
* Use absolute_import.Jelmer Vernooij2011-12-181-1/+3
|
* Drop compatibility code for older, unsupported versions of bzr.Jelmer Vernooij2011-12-021-8/+0
|
* Fix test, clarify help description for 'bzr fast-export'.Jelmer Vernooij2011-11-272-12/+11
|
* Merge support for --baseline option to 'bzr export'.Jelmer Vernooij2011-11-234-3/+111
|\
| * doc fix for --baselineAndy Grimm2011-11-221-7/+7
| |
| * fix --baseline bugs, and add a couple of testsAndy Grimm2011-11-223-9/+83
| |
| * Add --baseline optionAndy Grimm2011-11-212-3/+35
|/
* Some refactoring of exporter.Jelmer Vernooij2011-10-252-9/+11
|
* Merge in support for --dont-squash-empty-commits.Jelmer Vernooij2011-10-222-1/+27
|\
| * Command-line flag renamed to --dont-squash-empty-commitsOleksandr Usov2011-10-211-4/+4
| |
| * Add preserve_all_history flag fast-import-filterOleksandr Usov2011-10-201-1/+14
|/
* Merge support for --rewrite-tag-names.Jelmer Vernooij2011-10-175-10/+120
|\
| * Implement comments from patch review:Oleksandr Usov2011-10-173-44/+47
| | | | | | | | | | | | - style fixes - add integration test for --rewrite-tag-names - removed rewrite_dict as we can't really guarantee uniqness of tag names.
| * Rewrite tag names when exporting plain streamOleksandr Usov2011-10-122-6/+26
| |
| * Add function to rewrite refnames & tests for itOleksandr Usov2011-10-122-1/+81
|/
* tests/__init__.py is GPLv2 *or later*, like the rest of bzr-fastimport.Jelmer Vernooij2011-10-111-1/+2
|
* Remove unnecessary shebang lines.Jelmer Vernooij2011-10-062-2/+0
| | | | Thanks Dan Callaghan for the patch.
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-0623-49/+23
|
* Inline bzr-fast-export license.Jelmer Vernooij2011-10-063-30/+21
|
* Cope with non-utf8 characters in paths when importing.Jelmer Vernooij2011-09-213-16/+59
|
* Start on 0.12.0.Jelmer Vernooij2011-08-222-1/+3
|
* Release 0.11.0.release-0.11.0Jelmer Vernooij2011-08-222-2/+2
|
* Support exporting files that are changed into directories.Jelmer Vernooij2011-08-172-1/+4
|
* In "plain" mode, skip tags that contain characters not valid in Git.Jelmer Vernooij2011-08-173-0/+68
|
* Remove --branches-path and --tags-path options, which are not implemented by ↵Jelmer Vernooij2011-08-012-12/+5
| | | | the underlying code yet.
* Cope with older versions of bzr.Jelmer Vernooij2011-07-251-1/+4
|
* Cope with Feature only being available from bzrlib.tests.features.Jelmer Vernooij2011-07-251-1/+2
|
* Avoid deprecated Repository.iter_reverse_revision_history.Jelmer Vernooij2011-07-201-2/+6
|
* Avoid deprecated Inventory.__contains__.Jelmer Vernooij2011-07-202-3/+3
|
* error has been renamed to show_error.Jelmer Vernooij2011-07-201-2/+2
|
* Allow fast-import-filter to be used without first argument.Jelmer Vernooij2011-06-173-1/+17
|
* Fix deleteall handler.Jelmer Vernooij2011-05-311-8/+5
|
* fix typo.Jelmer Vernooij2011-05-311-1/+1
|