summaryrefslogtreecommitdiff
path: root/cmds.py
Commit message (Expand)AuthorAgeFilesLines
* Import helper functions that have been removed from python-fastimport.Jelmer Vernooij2014-05-151-2/+4
* Add NEWS entries for recent changes and additional documentation for new opti...Richard Wilbur2014-04-151-0/+7
* Add --no-tags flagOleksandr Usov2012-08-211-2/+5
* Remove trailing whitespace.baserock/morphJelmer Vernooij2012-03-221-9/+9
* Print sane error when a fastimport file is incomplete.Jelmer Vernooij2012-03-011-3/+17
* Merge removal of exporters.Jelmer Vernooij2012-02-291-234/+11
|\
| * remove more references to fast-export-from-*.Jelmer Vernooij2012-02-281-9/+11
| * Remove the various exporters.Jelmer Vernooij2012-02-281-225/+0
* | Document the SOURCE argument for ``bzr fast-export``.Jelmer Vernooij2012-02-281-4/+12
* | Rename git_branch to ref.Jelmer Vernooij2012-02-281-1/+1
|/
* Reimport some modules removed from python-fastimport 0.9.2.Jelmer Vernooij2012-02-281-2/+2
* 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-271-10/+8
* doc fix for --baselineAndy Grimm2011-11-221-7/+7
* fix --baseline bugs, and add a couple of testsAndy Grimm2011-11-221-1/+1
* Add --baseline optionAndy Grimm2011-11-211-2/+16
* Some refactoring of exporter.Jelmer Vernooij2011-10-251-3/+7
* Merge in support for --dont-squash-empty-commits.Jelmer Vernooij2011-10-221-1/+24
|\
| * 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-171-2/+12
|\
| * Rewrite tag names when exporting plain streamOleksandr Usov2011-10-121-2/+10
|/
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-061-2/+1
* Remove --branches-path and --tags-path options, which are not implemented by ...Jelmer Vernooij2011-08-011-12/+1
* Allow fast-import-filter to be used without first argument.Jelmer Vernooij2011-06-171-1/+1
* Fix 'bzr fast-import' bzrdir argument and add a blackbox test.Jelmer Vernooij2011-04-281-1/+1
* Add blackbox tests for 'bzr fast-import'.Jelmer Vernooij2011-04-281-2/+3
* Fix fast-import-info.Jelmer Vernooij2011-03-101-10/+7
* SOURCE argument to bzr fast-import-filter is now optional, consistent with ex...Jelmer Vernooij2010-12-111-2/+2
* Fix fast-import-filter.Jelmer Vernooij2010-12-111-3/+7
* Move command implementations into a separate cmds module.Jelmer Vernooij2010-12-111-0/+878