summaryrefslogtreecommitdiff
path: root/cmds.py
Commit message (Expand)AuthorAgeFilesLines
* 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