summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Implement comments from patch review:Oleksandr Usov2011-10-171-0/+19
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-061-2/+1
* Allow fast-import-filter to be used without first argument.Jelmer Vernooij2011-06-171-0/+13
* 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-0/+14
* Use TestCase.assertPathExists if available (fix deprecation warning with bzr ...Jelmer Vernooij2011-04-281-1/+4
* Fix fast-import-info.Jelmer Vernooij2011-03-101-0/+41
* Add some blackbox tests for 'bzr fast-export'.Jelmer Vernooij2011-03-101-0/+21
* Move command implementations into a separate cmds module.Jelmer Vernooij2010-12-111-1/+1
* Add tests for _get_source_stream.Jelmer Vernooij2010-11-081-0/+58
* Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-031-341/+0
* fix broken testsIan Clatworthy2009-08-271-2/+4
* tweak proposed property formattingIan Clatworthy2009-08-271-5/+2
* Definition and formatting of multiple authors and revision propertiesIan Clatworthy2009-08-271-0/+45
* Definition and output of feature commandsIan Clatworthy2009-08-271-0/+11
* Handle git submodules in the stream by warning about + ignoring themIan Clatworthy2009-08-271-0/+5
* error on zero length paths in the input streamIan Clatworthy2009-03-081-0/+25
* fix fast-export's encoding of user namesIan Clatworthy2009-02-261-0/+16
* incorporate git-fast-import tweaks from bzr-fast-export scriptIan Clatworthy2009-02-181-1/+1
* no filtering testsIan Clatworthy2009-02-171-2/+2
* tweak from and merge formattingIan Clatworthy2009-02-171-5/+5
* get fast-import-filter formatting commands in the output correctlyIan Clatworthy2009-02-171-4/+4
* code & tests for formatting Commands as file-import stream stringsIan Clatworthy2009-02-171-0/+240