diff options
author | Steve Frécinaux <code@istique.net> | 2008-09-05 23:04:58 +0200 |
---|---|---|
committer | Steve Frécinaux <code@istique.net> | 2008-09-05 23:04:58 +0200 |
commit | 43eb1edf93c381bf3f3809a809df33dae23b50d9 (patch) | |
tree | 616cc636a1f5aacd31d3b7707d621e5fe8397151 /test/git/test_repo.py | |
parent | b377c07200392ac35a6ed668673451d3c9b1f5c7 (diff) | |
download | gitpython-43eb1edf93c381bf3f3809a809df33dae23b50d9.tar.gz |
Initialize trees completely in tree.__bake__().
This is a simplification of the tree baking code.
As a matter of consequency, Tree.construct() and
tree.construct_initialize() have been killed, and repo.tree() has lost
the "paths" argument. This is not a problem since one can just have the
same result with:
dict(k, o for k, o in tree.items() if k in paths)
Diffstat (limited to 'test/git/test_repo.py')
0 files changed, 0 insertions, 0 deletions