summaryrefslogtreecommitdiff
path: root/tests/bzr-single-commit.setup
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright notices and years to several scriptsBen Hutchings2020-07-151-1/+1
| | | | | * lorry.gzip-importer was missing a copyright notice * Various changes were not included in the copyright dates
* Restore copyright dates before 2013Ben Hutchings2020-07-151-1/+1
| | | | | | This mostly reverts commit 5f5435647ada "Update copyright notices", which changed all copyright dates to 2013. Most files were added in 2011 and 2012.
* Add support for Breezy (brz) as alternative Bazaar implementationBen Hutchings2020-07-091-0/+5
| | | | | | | | | | | | | | | | | | | | The original Bazaar implementation (bzr) only runs on Python 2, but there is a fork known as Breezy (brz) that has been ported to Python 3. To support environments without Python 2, allow using Breezy: * Add a setting 'bazaar-command' that specifies which command to run * Set the default based on a path search, preferring 'bzr' but using 'brz' if only 'brz' is found * Implement a similar fallback in the test setup for Bazaar import * Update README to mention Breezy as an alternative. The 'fastimport' extension is included in it rather than being a separate package. Closes #3.
* Update copyright noticesrichardipsum/improve_backupsRichard Ipsum2013-12-171-1/+1
|
* Do not clear $DATADIR, only create work-dir if necessary.Jannis Pohlmann2012-02-171-4/+1
|
* Add tests for Git and CVS repos with a single commit.Jannis Pohlmann2012-02-171-1/+5
| | | | | | Also make sure that the data dir is clean when running any of the tests. Unfortunately, CVS fails at the moment, so I've commented out a few lines in the script to not make it do anything for now.
* Add a test for a simple bzr repository with one file and commit.Jannis Pohlmann2012-02-171-0/+48