Jelmer Vernooij
|
d7efb8ab86
Fix tests.
|
15 years ago |
Jelmer Vernooij
|
9086883ca3
When restting ShaFile._file, also reset ShaFile._magic.
|
15 years ago |
Jelmer Vernooij
|
f019b971f8
Fix parsing from file-like objects.
|
15 years ago |
Jelmer Vernooij
|
e98e0e5f7b
Fix compatibility tests when python-testtools is installed.
|
15 years ago |
Jelmer Vernooij
|
0cb5295c48
Merge support for lazy loading packs.
|
15 years ago |
Jelmer Vernooij
|
80302c73fa
Add Pack.from_lazy_objects().
|
15 years ago |
Jelmer Vernooij
|
5b1a05053f
Use TestTools' TestCase so TestSkipped gets picked up correctly.
|
15 years ago |
Jelmer Vernooij
|
25bb9730bc
Always import TestCase from dulwich.tests so it can be extended or overridden.
|
15 years ago |
Jelmer Vernooij
|
f4cf89e87b
Use Python2.7 SkipTest class if available, patch up testtools if it is
|
15 years ago |
Ross Light
|
f068532ec8
Merged changes from trunk
|
15 years ago |
Jelmer Vernooij
|
bf40399d23
merge support for MemoryRepo, path fixing in the web server on non-unix platforms
|
15 years ago |
Dave Borowitz
|
dc302fbceb
Add a MemoryRepo that stores everything in memory.
|
15 years ago |
Dave Borowitz
|
ee1b8b1c0b
Use correct path separators for named repo files.
|
15 years ago |
Dave Borowitz
|
685f2959c6
Move named file initilization to BaseRepo.
|
15 years ago |
Jelmer Vernooij
|
235a1f828f
Remove unused, add bug reference.
|
15 years ago |
Jelmer Vernooij
|
6149d56b64
Merge refactoring of report-status parsing.
|
15 years ago |
Jelmer Vernooij
|
5b20f4e89e
Merge code cleanups from Dave.
|
15 years ago |
Jelmer Vernooij
|
28354fd50e
Merge sorted_tree improvements.
|
15 years ago |
Ross Light
|
c17f3435f0
Added SSHGitClient.receive_pack_path and SSHGitClient.upload_pack_path attributes
|
15 years ago |
Dave Borowitz
|
4a42aadb96
Fix copyright in dul-web.
|
15 years ago |
Dave Borowitz
|
0994d0331b
Clean up file headers.
|
15 years ago |
Dave Borowitz
|
186fb3a2ae
Fix memory leak in C implementation of sorted_tree_items.
|
15 years ago |
Dave Borowitz
|
b9677d0afc
Add tests for sorted_tree_items and C implementation.
|
15 years ago |
Jelmer Vernooij
|
8ef533a516
release 0.6.0.
|
15 years ago |
Jelmer Vernooij
|
3147c4d1e8
Add reminder to update NEWS to HACKING.
|
15 years ago |
Jelmer Vernooij
|
b34f115097
Update NEWS.
|
15 years ago |
Jelmer Vernooij
|
2eb28fa233
Merge some extra tests for packed ref deletion with no peeled refs
|
15 years ago |
Jelmer Vernooij
|
cf12a33133
Merge fix for crash deleting a ref.
|
15 years ago |
Jelmer Vernooij
|
cb21ad8b58
Merge fix for send pack when there is nothing to fetch from Augie.
|
15 years ago |
Augie Fackler
|
d3959f511e
test_repository: test packed ref deletion with no peeled refs
|
15 years ago |