summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Cope with older versions of bzr.Jelmer Vernooij2011-07-251-1/+4
* Cope with Feature only being available from bzrlib.tests.features.Jelmer Vernooij2011-07-251-1/+2
* Avoid deprecated Repository.iter_reverse_revision_history.Jelmer Vernooij2011-07-201-2/+6
* Avoid deprecated Inventory.__contains__.Jelmer Vernooij2011-07-202-3/+3
* error has been renamed to show_error.Jelmer Vernooij2011-07-201-2/+2
* Allow fast-import-filter to be used without first argument.Jelmer Vernooij2011-06-173-1/+17
* Fix deleteall handler.Jelmer Vernooij2011-05-311-8/+5
* fix typo.Jelmer Vernooij2011-05-311-1/+1
* Avoid Inventory.copy, which has disappeared in newer versions of Bazaar.Jelmer Vernooij2011-05-312-7/+9
* Merge test for bug 410249.Jelmer Vernooij2011-04-281-0/+40
|\
| * Merge fix for bug #402041 from trunk.Samuel Bronson2009-07-237-179/+231
| |\
| * | It looks like #401249 also applies to "branch ... from <refname>".Samuel Bronson2009-07-201-1/+6
| * | Merge my fix for #400960 back from trunk.Samuel Bronson2009-07-202-3/+25
| |\ \
| * | | Add test for bug #401249.Samuel Bronson2009-07-181-0/+32
* | | | Don't rely on bzrlib in setup.py.Jelmer Vernooij2011-04-282-2/+3
* | | | Fix regression in command implementation of 'bzr fast-import' introduced in r...Jelmer Vernooij2011-04-282-2/+17
|\ \ \ \
| * | | | Fix 'bzr fast-import' bzrdir argument and add a blackbox test.Jelmer Vernooij2011-04-282-2/+2
| * | | | Add blackbox tests for 'bzr fast-import'.Jelmer Vernooij2011-04-282-2/+17
|/ / / /
* | | | Use TestCase.assertPathExists if available (fix deprecation warning with bzr ...Jelmer Vernooij2011-04-281-1/+4
* | | | Support both locations for KnitPackRepository.Jelmer Vernooij2011-04-111-2/+5
* | | | Fix knitpack repo import.Jelmer Vernooij2011-04-111-2/+2
* | | | Quick typo fix from Martin UedingJohn Arbash Meinel2011-03-311-2/+2
|\ \ \ \
| * | | | fixed typo in 'fasimport'Martin Ueding2011-03-311-1/+1
|/ / / /
* | | | Fix fast-import-info.Jelmer Vernooij2011-03-103-10/+53
* | | | Add some blackbox tests for 'bzr fast-export'.Jelmer Vernooij2011-03-101-0/+21
* | | | Start on 0.11.Jelmer Vernooij2011-03-082-1/+3
* | | | Release 0.10.release-0.10.0Jelmer Vernooij2011-03-082-2/+2
* | | | Add info file with single version tuple.Jelmer Vernooij2011-03-083-9/+27
* | | | Fix incremental imports from incremental input streams.Jelmer Vernooij2011-02-026-20/+36
|\ \ \ \
| * | | | Use lookup functions for committish.Jelmer Vernooij2011-02-014-17/+30
| * | | | Add a bunch of mark id normalization.termie2011-01-304-6/+6
* | | | | Add download_url in setup.py for use on pypi.Jelmer Vernooij2011-02-022-1/+6
* | | | | Cope with non-utf8 characters in commit messages.Jelmer Vernooij2011-02-023-1/+21
|/ / / /
* | | | Merge unicode path fixes.Jelmer Vernooij2011-01-281-8/+8
|\ \ \ \
| * | | | Fix UnicodeError for non-ASCII paths.INADA Naoki2011-01-231-8/+8
|/ / / /
* | | | [r=mbp] Remove duplicate definition of cache_manager._Cleanup.Max Bowsher2010-12-221-27/+0
|\ \ \ \
| * | | | Remove duplicate definition of cache_manager._Cleanup.Max Bowsher2010-12-221-27/+0
|/ / / /
* | | | Clarify installation requirements for python-fastimport.Jelmer Vernooij2010-12-191-1/+2
* | | | utf8 decode/encode paths and committer/author email/name, as python-fastimpor...Jelmer Vernooij2010-12-122-15/+29
* | | | Handle unicode decoding of commit messages in bzr-fastimport, python-fastimpo...Jelmer Vernooij2010-12-121-1/+6
* | | | Fix typo.Jelmer Vernooij2010-12-121-1/+1
* | | | Strip leading slashes when exporting Subversion repositories.Jelmer Vernooij2010-12-122-2/+5
* | | | Allow entries without email address in user map.Jelmer Vernooij2010-12-112-2/+3
* | | | Support new marks file format introduced in (apparently) git 1.6.Jelmer Vernooij2010-12-114-42/+30
|\ \ \ \
| * | | | Merge trivial patch from Gabriel Filion to cope with API changes forJelmer Vernooij2010-12-111-1/+1
| * | | | Merge in Ian's new mark file format branch, add support for still reading old...Jelmer Vernooij2010-12-112-41/+26
| |\ \ \ \ |/ / / / /
| * | | | Use the new marks file format (introduced in git 1.6 apparently)Ian Clatworthy2009-08-242-39/+11
* | | | | SOURCE argument to bzr fast-import-filter is now optional, consistent with ex...Jelmer Vernooij2010-12-112-2/+5
* | | | | Fix indentation when running p4.Jelmer Vernooij2010-12-112-1/+3
* | | | | In plain mode, don't export multiple authors.Jelmer Vernooij2010-12-112-1/+3