Jelmer Vernooij
|
98873dd78f
Support running compatibility tests without discovery.
|
14 سال پیش |
Jelmer Vernooij
|
5aa3160ea9
Replace :yield: with :return: as the former is not standard rest.
|
14 سال پیش |
Tay Ray Chuan
|
67aa7550af
_diff_tree.c: fix Py_SIZE implementation for python 2.5.x users
|
14 سال پیش |
Tay Ray Chuan
|
5e9eaccf74
tests/__init__.py: put keyword-arguments before *args
|
14 سال پیش |
Jelmer Vernooij
|
61c9a751f4
Rename dulwich.misc => dulwich._compat.
|
14 سال پیش |
Jelmer Vernooij
|
f137f01161
Fix unitialised variable, trivial formatting issues.
|
14 سال پیش |
Dave Borowitz
|
b4f4f4d174
diff_tree: Add find_copies_harder to consider unmodified files.
|
14 سال پیش |
Dave Borowitz
|
e758441172
diff_tree: C implementation of count_blocks.
|
14 سال پیش |
Dave Borowitz
|
b1a62d37db
Use ext_functest_builder for existing extension tests.
|
14 سال پیش |
Dave Borowitz
|
d6037f29a7
tests/utils: Add builder functions to make C extension tests.
|
14 سال پیش |
Dave Borowitz
|
20ab821ca4
diff_tree: Use hashcodes as block keys instead of strings.
|
14 سال پیش |
Dave Borowitz
|
ae5aec239d
diff_tree: Optimize _count_blocks inner loop.
|
14 سال پیش |
Dave Borowitz
|
8599f045fd
diff_tree: Consider dissimilar modifies to be delete/add pairs.
|
14 سال پیش |
Dave Borowitz
|
1d0470cc6b
diff_tree: C implementation of _merge_entries.
|
14 سال پیش |
Dave Borowitz
|
fedecd5f3f
diff_tree: C implementation of _is_tree.
|
14 سال پیش |
Dave Borowitz
|
829fd9131c
diff_tree: Factor out _is_tree function for TreeEntry objects.
|
14 سال پیش |
Dave Borowitz
|
7a441cd403
diff_tree: Add optional max_files limit for content rename detection.
|
14 سال پیش |
Dave Borowitz
|
2c78f504f5
diff_tree: Simple content-based rename detection.
|
14 سال پیش |
Dave Borowitz
|
77e728e08d
test_diff_tree: Allow passing SHAs to commit_tree.
|
14 سال پیش |
Dave Borowitz
|
e4b76afeef
diff_tree: RenameDetector with exact rename detection.
|
14 سال پیش |
Dave Borowitz
|
8aa41fb80e
diff_tree: Add key for sorting TreeChanges.
|
14 سال پیش |
Dave Borowitz
|
ee9aca6c40
test_diff_tree: Simplify commit_tree helper method.
|
14 سال پیش |
Dave Borowitz
|
86f9d9616d
test_diff_tree: Extract a base TestCase class.
|
14 سال پیش |
Dave Borowitz
|
79cee86b38
diff_tree: Add TreeEntry.add() and delete() factory functions.
|
14 سال پیش |
Dave Borowitz
|
20155de28d
diff_tree: Add a function to compute blob similarity score.
|
14 سال پیش |
Dave Borowitz
|
c61aa512a1
diff_tree: Add function to count blocks in an object.
|
14 سال پیش |
Dave Borowitz
|
9fb4e8c522
Use diff_tree.walk_trees for BaseObjectStore.iter_tree_contents.
|
14 سال پیش |
Dave Borowitz
|
b184dcfb05
Use diff_tree.tree_changes for BaseObjectStore.tree_changes.
|
14 سال پیش |
Dave Borowitz
|
76c492d050
diff_tree: Prune identical subtrees during tree_changes.
|
14 سال پیش |
Jelmer Vernooij
|
384e15165a
TreeChangesTest: Make sure setUp is called.
|
14 سال پیش |