Clean up file headers.
[jelmer/dulwich-libgit2.git] / dulwich / tests / test_repository.py
2010-05-24 Dave BorowitzClean up file headers.
2010-05-22 Jelmer VernooijMerge some extra tests for packed ref deletion with...
2010-05-21 Augie Facklertest_repository: test packed ref deletion with no peele...
2010-05-21 Augie Facklertest_repository: clean up whitespace
2010-05-17 Jelmer VernooijMerge improvements and extra tests, mainly to deal...
2010-05-12 Dave BorowitzAllow double-staging of files that are deleted in the...
2010-05-12 Dave BorowitzMove tests that build repos from scratch to their own...
2010-05-12 Dave BorowitzImplement set_symbolic_ref separately in Disk/DictRefsC...
2010-05-12 Dave BorowitzAdd non-bare repository tests.
2010-05-12 Dave BorowitzFix RefsContainer.add_if_new to support dangling symrefs.
2010-05-12 Dave BorowitzFix up and test DictRefsContainer.
2010-05-01 Jelmer VernooijImplement BaseRepo.__contains__.
2010-04-30 Jelmer VernooijMerge cleanups from Dave.
2010-04-30 Dave BorowitzFix numerous style issues.
2010-04-15 Jelmer VernooijMerge trunk.
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-02 Jelmer VernooijAdd RefsContainer.read_ref.
2010-04-02 Dave BorowitzPreviously, the word "type" was massively overloaded...
2010-03-31 Jelmer VernooijIgnore deprecationwarnings from known deprecated method...
2010-03-29 Tay Ray Chuantest_repository: add test for ObjectStore.find_common_r...
2010-03-27 Jelmer VernooijImplement RefsContainer.__contains__.
2010-03-09 Jelmer VernooijFix Repository.__setitem__.
2010-03-07 Jelmer VernooijMerge Dave.
2010-03-04 Dave BorowitzAdd get_peeled to BaseRepo so HTTP and git servers...
2010-03-04 Dave BorowitzAdd cgit compatibility testing framework.
2010-02-12 Jelmer VernooijFix issue creating new repositories, with trivial smoke...
2010-02-12 Jelmer VernooijMove some functions back from DiskRefsContainer to...
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
2010-02-09 Dave BorowitzImprove ref handling.
2010-02-08 Jelmer VernooijImplement Repo.get_config().
2010-02-08 Jelmer VernooijFix two tests with the same name.
2009-06-16 Jelmer VernooijAvoid using .git as a directory name since it confuses...
2009-05-19 Jelmer VernooijAdd more docstrings.
2009-05-15 Jelmer Vernooijattempt to fix some win32 issues; thanks to Alexander...
2009-05-11 Jelmer Vernooijremove unnecessary refs functions from Repo that are...
2009-05-11 Jelmer VernooijRaise KeyError when RefsContainer can't find a ref...
2009-05-10 Jelmer VernooijRemove unnecessary indirection for DiskObjectStore.
2009-03-29 Jelmer VernooijRemove non-hex character.
2009-03-05 Jelmer VernooijMerge compatibility with python2.4 from rockstar.
2009-02-26 Jelmer VernooijFix indentation to be 4 spaces everywhere, consistently.
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-14 Jelmer VernooijMerge John.
2009-01-14 John CarrMerge upstream
2009-01-13 Jelmer VernooijJames is ok with licensing his code GPLv2 or later...
2009-01-12 John CarrMerge delta pack brain dump
2009-01-12 John CarrMerge upstream
2009-01-11 Jelmer Vernooijadd support for setting lightweight tags.
2008-12-29 John CarrMerge upstream
2008-12-27 Jelmer VernooijRename basedir -> controldir.
2008-12-27 Jelmer VernooijAdd get_refs() call.
2008-12-25 John CarrMerge upstream
2008-12-25 Jelmer VernooijResolve deltas using other packs.
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijMerge John.
2008-12-24 Jelmer VernooijRename Repo.get_tree() -> Repo.tree() for consistency...
2008-12-24 Jelmer VernooijTurn more bits into properties.
2008-12-08 Jelmer VernooijImport changes from my bzr-git branch, to make dulwich...
2008-12-08 Jelmer VernooijRename package to dulwich, add setup.py.