Dave Borowitz
|
d6037f29a7
tests/utils: Add builder functions to make C extension tests.
|
14 years ago |
Dave Borowitz
|
20ab821ca4
diff_tree: Use hashcodes as block keys instead of strings.
|
14 years ago |
Dave Borowitz
|
ae5aec239d
diff_tree: Optimize _count_blocks inner loop.
|
14 years ago |
Dave Borowitz
|
8599f045fd
diff_tree: Consider dissimilar modifies to be delete/add pairs.
|
14 years ago |
Dave Borowitz
|
1d0470cc6b
diff_tree: C implementation of _merge_entries.
|
14 years ago |
Dave Borowitz
|
fedecd5f3f
diff_tree: C implementation of _is_tree.
|
14 years ago |
Dave Borowitz
|
829fd9131c
diff_tree: Factor out _is_tree function for TreeEntry objects.
|
14 years ago |
Dave Borowitz
|
7a441cd403
diff_tree: Add optional max_files limit for content rename detection.
|
14 years ago |
Dave Borowitz
|
2c78f504f5
diff_tree: Simple content-based rename detection.
|
14 years ago |
Dave Borowitz
|
77e728e08d
test_diff_tree: Allow passing SHAs to commit_tree.
|
14 years ago |
Dave Borowitz
|
e4b76afeef
diff_tree: RenameDetector with exact rename detection.
|
14 years ago |
Dave Borowitz
|
8aa41fb80e
diff_tree: Add key for sorting TreeChanges.
|
14 years ago |
Dave Borowitz
|
ee9aca6c40
test_diff_tree: Simplify commit_tree helper method.
|
14 years ago |
Dave Borowitz
|
86f9d9616d
test_diff_tree: Extract a base TestCase class.
|
14 years ago |
Dave Borowitz
|
79cee86b38
diff_tree: Add TreeEntry.add() and delete() factory functions.
|
14 years ago |
Dave Borowitz
|
20155de28d
diff_tree: Add a function to compute blob similarity score.
|
14 years ago |
Dave Borowitz
|
c61aa512a1
diff_tree: Add function to count blocks in an object.
|
14 years ago |
Dave Borowitz
|
9fb4e8c522
Use diff_tree.walk_trees for BaseObjectStore.iter_tree_contents.
|
14 years ago |
Dave Borowitz
|
b184dcfb05
Use diff_tree.tree_changes for BaseObjectStore.tree_changes.
|
14 years ago |
Dave Borowitz
|
76c492d050
diff_tree: Prune identical subtrees during tree_changes.
|
14 years ago |
Jelmer Vernooij
|
384e15165a
TreeChangesTest: Make sure setUp is called.
|
14 years ago |
Dave Borowitz
|
25380f9c95
Add tree-diffing functionality in a 'diff_tree' module.
|
14 years ago |
Jelmer Vernooij
|
28fc5f5b9b
Implement file change commands in fast import processor.
|
14 years ago |
Jelmer Vernooij
|
b103560117
Add encoding argument to Repo.do_commit().
|
14 years ago |
Jelmer Vernooij
|
a30e7b3087
testr: Add right magic for --parallel runs.
|
14 years ago |
Augie Fackler
|
4066f9c3cb
objects.parse_tree: more gracefully handle invalid modes in trees
|
14 years ago |
Dave Borowitz
|
6febc19dad
test_patch: Fix a tree-adding typo.
|
14 years ago |
Dave Borowitz
|
9b4d041948
Move permutations from test_objects to misc.
|
14 years ago |
Dave Borowitz
|
34b6ca1a8c
object_store: Allow MemoryObjectStore object deletion for tests.
|
14 years ago |
Dave Borowitz
|
e67b62f74f
objects: Allow tree entries to be sorted by name.
|
14 years ago |