Gary van der Merwe
|
9a720e89cb
Use assertEqual rather than assertEquals as the latter is deprecated.
|
11 年之前 |
Gary van der Merwe
|
17b8807913
Use io.BytesIO rather than cStringIO.
|
11 年之前 |
Gary van der Merwe
|
5e19901e63
Apply lib2to3.fixes.fix_numliterals
|
11 年之前 |
Jelmer Vernooij
|
f364fa67b6
Fix reset handling in fastexport module.
|
11 年之前 |
Jelmer Vernooij
|
5c36d5f3e9
Use TestCase.assertEqual rather than TestCase.assertEquals.
|
14 年之前 |
Jelmer Vernooij
|
d019907b2d
Drop support for testtools, instead depend on python >= 2.7 or unittest2.
|
14 年之前 |
Jelmer Vernooij
|
1f02a13f81
Fix order of parameters to Tree.add.
|
15 年之前 |
Jelmer Vernooij
|
c389599efa
Implement file change commands in fast import processor.
|
15 年之前 |
Jelmer Vernooij
|
15f55c0c1b
Avoid assertIsInstance as it is only available in testtools' TestCase.
|
15 年之前 |
Jelmer Vernooij
|
70b9338e5a
Keep tracker of markers in GitImportProcessor.
|
15 年之前 |
Jelmer Vernooij
|
17114cd401
Fix GitImportProcessor.commit_handler.
|
15 年之前 |
Jelmer Vernooij
|
1ffaa0e1d9
Fix exporting fastimport streams using python-fastimport.
|
15 年之前 |
Jelmer Vernooij
|
ac8e439305
Use python-fastimport.
|
15 年之前 |
Jelmer Vernooij
|
1cdf9a7009
Always import TestCase from dulwich.tests so it can be extended or overridden.
|
15 年之前 |
Dave Borowitz
|
1bdb4630c6
Clean up file headers.
|
15 年之前 |
Jelmer Vernooij
|
2eef898de1
Fix fastexport commit exporter, add test.
|
16 年之前 |
Jelmer Vernooij
|
9f38558422
Add some basic tests for fastexport.
|
16 年之前 |