aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/doctests
Commit message (Collapse)AuthorAge
* GitRepository: properly determine git-dirGuido Günther2017-01-20
| | | | | | | instead of assuming '.git' Heavily based on a patch by Markus Lehtonnen Closes: #674015
* PristineTar: add verifyGuido Günther2017-01-20
|
* GitRepository: make garbage_collect more usefulGuido Günther2017-01-20
|
* gbp.deb.changelog: Allow to parse out changes from a specific versionGuido Günther2017-01-10
| | | | | We don't iterate over all individual sections but rather let dpkg-parsechangelog do the hard work.
* GitRepository: properly use pipe on empty stringsGuido Günther2017-01-06
| | | | | | | | So far we've been avoiding a pipe for input on empty strings. This would make commands as 'git mktree' hang forever waiting for standard input. So use a proper pipe on '' and skip it only for None. Closes: #850319
* GitVfs: make objects usable as context managersGuido Günther2017-01-02
|
* GitRepository: allow for dry-run pushGuido Günther2016-12-30
|
* tests: Drop spurious log outputGuido Günther2016-12-26
|
* GitRepository: allow to check cleaniness of arbitrary pathsGuido Günther2016-12-23
|
* gbp clone: configure user.email, user.name from DEBEMAIL/DEBFULLNAMEMichael Stapelberg2016-12-19
| | | | | | Signed-off-by: Guido Günther <agx@sigxcpu.org> Close: #845536
* tests: Move doctests to subdirGuido Günther2016-11-04