Jelmer Vernooij
|
8c35904821
Update header to reflect that license is now Apachev2 or GNU GPLv2+.
|
8 gadi atpakaļ |
Jelmer Vernooij
|
6117e7b7fe
Enable more python3 tests: for walker, pack, missing_obj_finder, diff_tree.
|
10 gadi atpakaļ |
Gary van der Merwe
|
4db002431b
Port diff_tree and walk to Python 3
|
10 gadi atpakaļ |
Gary van der Merwe
|
733bde0683
Skip tests in python3 that fail (most of them :-()
|
10 gadi atpakaļ |
Jelmer Vernooij
|
4265383895
Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings.
|
11 gadi atpakaļ |
Gary van der Merwe
|
770937f082
Use range instead of xrange, and list(range()).
|
11 gadi atpakaļ |
Gary van der Merwe
|
7514a74041
Change relative imports to absolute.
|
11 gadi atpakaļ |
Jelmer Vernooij
|
7e181d49a9
Remove compatibility code for itertools.permutations, in preparation of
|
11 gadi atpakaļ |
Benjamin Pollack
|
24e4b97e08
Add unit test for crash-on-empty-walk
|
12 gadi atpakaļ |
Jelmer Vernooij
|
f640dd6c2d
dulwich.object_store: Ensure only valid data is added to the memory object store, fix a walk test.
|
13 gadi atpakaļ |
Dan Callaghan
|
41f57fab55
Make sure base class setup method is called for a few tests.
|
13 gadi atpakaļ |
Dave Borowitz
|
57e882cba1
walk: Propagate excluded out-of-order commits.
|
13 gadi atpakaļ |
Dave Borowitz
|
a395b58f8a
walk: Walk a fixed number of extra commits before returning.
|
13 gadi atpakaļ |
Dave Borowitz
|
d0d369313b
walk: Allow topological ordering.
|
13 gadi atpakaļ |
Dave Borowitz
|
1825c2dd05
test_walk: Simplify commit_time attr assignment.
|
13 gadi atpakaļ |
Dave Borowitz
|
686aa2da44
walk: Handle a small, fixed number of out-of-date-order commits.
|
13 gadi atpakaļ |
Dave Borowitz
|
54aabb5405
walk: Add options to limit by commit time.
|
13 gadi atpakaļ |
Dave Borowitz
|
56a607268d
walk: Raise MissingCommitError instead of KeyError.
|
13 gadi atpakaļ |
Dave Borowitz
|
753edb2b3b
walk: Add option to follow paths across rename/copy.
|
13 gadi atpakaļ |
Dave Borowitz
|
a2986bab31
walk: Add option for rename detection.
|
13 gadi atpakaļ |
Dave Borowitz
|
876b4c3cdf
walk: Return only commits matching specified paths.
|
13 gadi atpakaļ |
Dave Borowitz
|
435d87d78b
walk: Add WalkEntry method to get tree changes.
|
13 gadi atpakaļ |
Dave Borowitz
|
54b458460e
walk: Encapsulate walk results in an object.
|
13 gadi atpakaļ |
Dave Borowitz
|
4406d23477
walk: Add option to limit the number of commits returned.
|
13 gadi atpakaļ |
Dave Borowitz
|
16838115fc
Add a simple, extensible framework for commit walking.
|
13 gadi atpakaļ |