aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* GitModifier: add __getitem__ and keys()Guido Günther2012-03-15
* deb.changelog: allow to extract author and dateGuido Günther2012-03-15
* Make sure we test the built modulesGuido Günther2012-02-13
* gbp.config: Add testsGuido Günther2012-02-13
* Make pristine_tar testcases pass with older git versionsMarkus Lehtonen2012-02-12
* PristineTar: fix links in testcasesGuido Günther2012-02-09
* UpstreamSource: turn is_* vars and properties into methodsGuido Günther2012-02-07
* PristineTar: add testcaseGuido Günther2012-01-30
* PristineTar: move to separate moduleGuido Günther2012-01-22
* deb.changelog: add name propertyGuido Günther2012-01-22
* GitRepository: add get_obj_type()Markus Lehtonen2012-01-21
* deb: minor refactor of parameters of has_orig()Markus Lehtonen2012-01-15
* GitRepository: add rename_branch() methodMarkus Lehtonen2012-01-15
* GitRepository: Allow to explicitly fetch tagsGuido Günther2012-01-12
* GitRepository.branch_contains: fix misplaced remote parameterGuido Günther2012-01-10
* GitRepository: Test find_tag() and add_remote_repo()Guido Günther2012-01-10
* GitRepository: Add branch_contains()Guido Günther2012-01-10
* GitRepository: add verify_tag()Guido Günther2012-01-10
* GitRepository: add push() and push_tag()Guido Günther2012-01-10
* Use testutils in 09_test_write_tree.pyGuido Günther2012-01-10
* Allow to specify the upstream tree via --upstream-treeGuido Günther2012-01-10
* GitRepository: add test for {write,commit}_treeGuido Günther2011-12-29
* GitRepository: Add testcases for cornercasesGuido Günther2011-12-29
* Rename and comment testsGuido Günther2011-12-29
* dch: Honor epoch when guessing new upstream versionGuido Günther2011-12-28
* GitRepository: Add num option to git_commitsGuido Günther2011-12-27
* Rename gbp.pq to gbp.patch_seriesGuido Günther2011-12-26
* pq.Patch: move support for parsing patch headers into Patch classGuido Günther2011-12-26
* Add ChangeLog classGuido Günther2011-11-28
* Move debian related helpers into submoduleGuido Günther2011-11-22
* Use GitArgs in GitRepository.{create,delete}_branch()Guido Günther2011-11-21
* FastImport: add test and cleanup api a bitGuido Günther2011-11-21
* Move GitModifier class to separate fileGuido Günther2011-11-20
* GitRepository: add checkout() to checkout a treeishGuido Günther2011-11-07
* GitRepository: fix fetch invocation without repoGuido Günther2011-11-06
* Get rid of the symlinkGuido Günther2011-11-01
* GitRepository: Use update-ref to force a branch's head in bare reposGuido Günther2011-10-30
* GitRepository: handle bare repos and errors in is_clean()Guido Günther2011-10-30
* Fix epydoc warningsGuido Günther2011-10-29
* GitRepository: add head property to return the current HEADGuido Günther2011-10-28
* GitModifier: Don't use self.__dict__.update(locals())Guido Günther2011-10-28
* GitRepository: rename base_dir to git_dirGuido Günther2011-10-28
* GitRepository: Don't try to access .git/ in bare reposGuido Günther2011-10-27
* Add tests for non bare clonesGuido Günther2011-10-27
* GitRrepository: add get_tags()Guido Günther2011-10-26
* tests: Test GitRepository.merge()Guido Günther2011-10-26
* Turn tests into doctestsGuido Günther2011-10-26
* Don't be verboseGuido Günther2011-10-26
* GitRepository: add commit and commit_allGuido Günther2011-10-23
* Replace GitAdd by GitRepository.add_filesGuido Günther2011-10-22