summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix bzr-fastimport when used with newer versions of ↵HEADtrunkRichard Wilbur2014-06-027-10/+73
|\ | | | | | | python-fastimport.(Jelmer Vernooij)
| * Import helper functions that have been removed from python-fastimport.Jelmer Vernooij2014-05-157-10/+73
|/
* Add NEWS entries for recent changes and additional documentation for new ↵Richard Wilbur2014-04-152-0/+18
| | | | option.(Richard Wilbur)
* Add a flag to fast-export to not export tags.(Alex Usov)Richard Wilbur2014-04-153-4/+19
|\
| * Add unit test for --no-tagsOleksandr Usov2012-08-211-0/+10
| |
| * Add --no-tags flagOleksandr Usov2012-08-212-4/+9
| |
* | Merge restored get_ancestry() method from Zygmunt Krynicki to fix ↵Richard Wilbur2014-01-191-1/+2
|\ \ | |/ |/| | | interactions with git.
| * The get_ancestry() method was removed from bzr sometime in the past.Zygmunt Krynicki2012-12-031-1/+2
|/ | | | | The actual code was pulled from a similar bug in bzr-stat where get_ancestry() is reimplemented as a two-liner.
* 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.