On Tue, Dec 16, 2014 at 10:09:15AM +0200, Markus Lehtonen wrote:
> You can find a patch with updated unit tests attached. I also updated
> and rebased my feature/pq-rpm branch in Github.
Minor nit: I get an error from epydoc at package build time:
diff --git a/gbp/git/repository.py b/gbp/git/repository.py
index 04a8aaf..fa562da 100644
--- a/gbp/git/repository.py
+++ b/gbp/git/repository.py
@@ -1014,7 +1014,7 @@ class GitRepository(object):
@param treeish: the treeish from which to check out files
@type treeish: C{str}
@param paths: list of files to checkout
- @type treeish: C{list} of C{str}
+ @type paths: C{list} of C{str}
"""
args = GitArgs("--quiet", treeish)
args.add_true(paths, '--', paths)
--
Tzafrir Cohen | [email protected] | VIM is
http://tzafrir.org.il | | a Mutt's
[email protected] | | best
[email protected] | | friend
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]