summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-11-28Add ChangeLog classGuido Günther1-0/+158
2011-11-22Move debian related helpers into submoduleGuido Günther1-2/+2
2011-11-21Use GitArgs in GitRepository.{create,delete}_branch()Guido Günther1-0/+14
2011-11-21FastImport: add test and cleanup api a bitGuido Günther1-0/+66
2011-11-20Move GitModifier class to separate fileGuido Günther1-0/+4
2011-11-07GitRepository: add checkout() to checkout a treeishGuido Günther1-0/+31
2011-11-06GitRepository: fix fetch invocation without repoGuido Günther1-0/+13
2011-11-01Get rid of the symlinkGuido Günther4-19/+18
2011-10-30GitRepository: Use update-ref to force a branch's head in bare reposGuido Günther1-0/+8
2011-10-30GitRepository: handle bare repos and errors in is_clean()Guido Günther1-0/+2
2011-10-29Fix epydoc warningsGuido Günther1-2/+2
2011-10-28GitRepository: add head property to return the current HEADGuido Günther1-1/+7
2011-10-28GitModifier: Don't use self.__dict__.update(locals())Guido Günther1-0/+23
2011-10-28GitRepository: rename base_dir to git_dirGuido Günther1-3/+3
2011-10-27GitRepository: Don't try to access .git/ in bare reposGuido Günther1-0/+23
2011-10-27Add tests for non bare clonesGuido Günther1-12/+64
2011-10-26GitRrepository: add get_tags()Guido Günther1-0/+5
2011-10-26tests: Test GitRepository.merge()Guido Günther1-2/+13
2011-10-26Turn tests into doctestsGuido Günther2-59/+262
2011-10-26Don't be verboseGuido Günther1-1/+1
2011-10-23GitRepository: add commit and commit_allGuido Günther2-11/+9
2011-10-22Replace GitAdd by GitRepository.add_filesGuido Günther2-2/+2
2011-10-22Make create_repo a @classmethodGuido Günther2-3/+3
2011-07-25Drop unpack_orig and tar_toplevelGuido Günther1-4/+0
2011-07-25Add tests for UpstreamSourceGuido Günther2-11/+141
2011-04-17tests: add help check for newer commandsGuido Günther1-1/+1
2011-04-10gbp: Handle whitespace in submodule namesGuido Günther1-4/+22
2011-04-10tests: introduce submodule classGuido Günther1-16/+18
2011-04-09Add aliases for gz and bz2 compression typesGuido Günther1-0/+12
2011-04-09Add tests for hardcoded compression typesGuido Günther1-1/+24
2011-04-09Detect compression from orig tarballLoïc Minier1-1/+21
2011-04-09Pass tarball_dir to guess_comp_type()Loïc Minier1-2/+4
2011-04-09Update guess_comp_type to take a cp as paramLoïc Minier1-7/+5
2011-04-09Add tests for orig autodetectionLoïc Minier1-0/+50
2011-04-06Make submodule support conditionalGuido Günther1-2/+3
2011-03-21git-buildpackage: special case non-submodule tarfile generationGuido Günther1-0/+8
2011-03-19tests: add testcase for git_archive()Guido Günther1-0/+12
2011-03-19tests: RenameGuido Günther1-0/+0
2011-03-19tests: Add testcase for dump_archive()Guido Günther1-24/+38
2011-03-18gbp: Add git.archive() and git.{has,get,update,add}_submodules()Guido Günther1-0/+84
2011-03-18Add tests for branch creation and switchingGuido Günther1-0/+59
2011-03-18Fix test executionGuido Günther1-0/+0
2009-12-24Add unpack testGuido Günther1-0/+41
2009-12-24Add other gbp-* commandsGuido Günther1-2/+7
2009-09-05fix testcase nameGuido Günther1-1/+1
2009-08-23add unit test for --helpGuido Günther1-0/+15