Jelmer Vernooij
|
56ae47bef2
Cleanup some imports.
|
před 15 roky |
Tay Ray Chuan
|
6cdf23dd04
test_pack.TestPack.test_copy: close packs
|
před 15 roky |
Tay Ray Chuan
|
712120bc49
test_object_store.PackBasedObjectStoreTests: close packs
|
před 15 roky |
Tay Ray Chuan
|
bd771adadf
object_store.DiskObjectStore.move_in_thin_pack: close temp pack
|
před 15 roky |
Tay Ray Chuan
|
ac7710701a
pack.FilePackIndex: close mmap object
|
před 15 roky |
Tay Ray Chuan
|
8246b1e415
pack.FilePackIndex: use self._file instead of file parameter
|
před 15 roky |
Tay Ray Chuan
|
b3015e3603
pack.PackIndex: de-duplicate __iter__ implementation
|
před 15 roky |
Jelmer Vernooij
|
97821684f0
Makefile: add check-nocompat target.
|
před 15 roky |
Jelmer Vernooij
|
dac48b6f4c
dulwich.tests.compat: Fix rest syntax problems in module docstrings.
|
před 15 roky |
Jelmer Vernooij
|
97383d783a
testr: Allow id list files (fixes parallel runs).
|
před 15 roky |
Jelmer Vernooij
|
242f40a504
tests: Run compat tests from "normal" testsuite, but skip if C git was not
|
před 15 roky |
Jelmer Vernooij
|
2505c296a2
compat-tests: Always use dulwich.tests.TestCase rather than unittest.TestCase.
|
před 15 roky |
Jelmer Vernooij
|
687e80cc7c
Support running compatibility tests without discovery.
|
před 15 roky |
Jelmer Vernooij
|
4fe2bc0cf4
Replace :yield: with :return: as the former is not standard rest.
|
před 15 roky |
Tay Ray Chuan
|
b2ef8d5493
_diff_tree.c: fix Py_SIZE implementation for python 2.5.x users
|
před 15 roky |
Tay Ray Chuan
|
7dc2bbb4ca
tests/__init__.py: put keyword-arguments before *args
|
před 15 roky |
Jelmer Vernooij
|
6d8a28cb67
Rename dulwich.misc => dulwich._compat.
|
před 15 roky |
Jelmer Vernooij
|
458ba19e6a
Fix unitialised variable, trivial formatting issues.
|
před 15 roky |
Dave Borowitz
|
ea0562fe1f
diff_tree: Add find_copies_harder to consider unmodified files.
|
před 15 roky |
Dave Borowitz
|
f13fafc26a
diff_tree: C implementation of count_blocks.
|
před 15 roky |
Dave Borowitz
|
d9fc94f848
Use ext_functest_builder for existing extension tests.
|
před 15 roky |
Dave Borowitz
|
61c4234c10
tests/utils: Add builder functions to make C extension tests.
|
před 15 roky |
Dave Borowitz
|
93cd2d4c9e
diff_tree: Use hashcodes as block keys instead of strings.
|
před 15 roky |
Dave Borowitz
|
9b00fef284
diff_tree: Optimize _count_blocks inner loop.
|
před 15 roky |
Dave Borowitz
|
d57b2b4445
diff_tree: Consider dissimilar modifies to be delete/add pairs.
|
před 15 roky |
Dave Borowitz
|
9a8cfb25de
diff_tree: C implementation of _merge_entries.
|
před 15 roky |
Dave Borowitz
|
db88f03204
diff_tree: C implementation of _is_tree.
|
před 15 roky |
Dave Borowitz
|
120cc612b8
diff_tree: Factor out _is_tree function for TreeEntry objects.
|
před 15 roky |
Dave Borowitz
|
baf913c006
diff_tree: Add optional max_files limit for content rename detection.
|
před 15 roky |
Dave Borowitz
|
ffdf9dfded
diff_tree: Simple content-based rename detection.
|
před 15 roky |