summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Use setuptools to run the testsGuido Günther3-6/+11
2011-11-04gbp-pq: don't claim we're uptodateGuido Günther1-2/+6
2011-11-01Use import_dsc as a moduleGuido Günther1-8/+4
2011-11-01Get rid of the symlinkGuido Günther27-56/+82
2011-10-30Allow to import Debian packages into bare repositoriesGuido Günther1-0/+11
2011-10-30Allow to import upstream tarballs into bare repositoriesGuido Günther1-0/+13
2011-10-30GitRepository: Use update-ref to force a branch's head in bare reposGuido Günther2-6/+46
2011-10-30GitRepository: handle bare repos and errors in is_clean()Guido Günther2-2/+9
2011-10-29GitRepository: Simplify error status handlingGuido Günther1-2/+1
2011-10-29Fail on epydoc warningsGuido Günther1-1/+3
2011-10-29Fix epydoc warningsGuido Günther1-2/+2
2011-10-28GitRepository: add head property to return the current HEADGuido Günther4-9/+14
2011-10-28GitRepository: simplify is_emptyGuido Günther1-5/+2
2011-10-28GitModifier: Don't use self.__dict__.update(locals())Guido Günther3-2/+27
2011-10-28Docstring fixupsGuido Günther1-2/+2
2011-10-28GitRepository: rename base_dir to git_dirGuido Günther3-7/+7
2011-10-27GitRepository: Don't try to access .git/ in bare reposGuido Günther2-4/+34
2011-10-27GitRepository: Reorder into groupsGuido Günther1-508/+540
2011-10-27Add tests for non bare clonesGuido Günther1-12/+64
2011-10-27GitRepository: use 'git show-ref' to check a branch's existenceGuido Günther1-7/+7
2011-10-27GitRepository: use branch instead of get_branchGuido Günther1-3/+3
2011-10-27GitRepository: speed up get_branch() and make it more robustGuido Günther1-3/+6
2011-10-26GitRepository: mark _get_branches privateGuido Günther1-4/+4
2011-10-26GitRrepository: add get_tags()Guido Günther2-2/+22
2011-10-26tests: Test GitRepository.merge()Guido Günther1-2/+13
2011-10-26GitRepository: group related methodsGuido Günther1-15/+65
2011-10-26Gather coverage information during testsGuido Günther3-2/+3
2011-10-26Turn tests into doctestsGuido Günther3-60/+263
2011-10-26GitRepository: Add commit_files()Guido Günther1-3/+16
2011-10-26GitRepository: extend list_files()Guido Günther1-4/+18
2011-10-26GitRepository: Add minimal support for bare repositoriesGuido Günther1-8/+37
2011-10-26GitRepository: Allow to list local branchesGuido Günther1-3/+29
2011-10-26GitRepository: Allow to delete remote branchesGuido Günther1-2/+8
2011-10-26GitRepository: Add collect_garbageGuido Günther1-0/+10
2011-10-26command_wrappers.Command: Don't print several error linesGuido Günther1-5/+5
2011-10-26GitRepository: Rename remove_tag() to delete_tag()Guido Günther2-4/+9
2011-10-26Fix GitRepository.is_clean() docsGuido Günther1-2/+3
2011-10-26Don't be verboseGuido Günther1-1/+1
2011-10-26GitRepository: make branch, path and base_dir read only propertiesGuido Günther2-5/+12
2011-10-26GitRepository.fetch(): fix remote argGuido Günther1-1/+1
2011-10-26Add GitRepository.add_remote_repo()Guido Günther2-3/+19
2011-10-26GitRepository.clone(): add depth and recursive parameterGuido Günther1-2/+8
2011-10-26GitRepository: add pull()Guido Günther1-0/+14
2011-10-26Replace GitTag by GitRepository.create_tag()Guido Günther5-38/+42
2011-10-24gbp-pq: Strip .patch and .diffGuido Günther1-0/+5
2011-10-24gbp-pq: Properly check for start of signatureGuido Günther1-2/+2
2011-10-23Document that gbp-create-repo is noninteractiveGuido Günther1-1/+8
2011-10-23Replace GitFetch by GitRepository.fetch()Guido Günther4-17/+17
2011-10-23Replace GitMerge by GitRepository.merge()Guido Günther4-12/+13
2011-10-23Replace GitClone by GitRepository.clone()Guido Günther3-15/+27