GitRepository: fix documentation of fetch()
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 13 Jan 2012 09:49:22 +0000 (11:49 +0200)
committerGuido Günther <agx@sigxcpu.org>
Sun, 15 Jan 2012 18:57:57 +0000 (19:57 +0100)
gbp/git/repository.py

index bbae854..e91e262 100644 (file)
@@ -703,6 +703,8 @@ class GitRepository(object):
 
         @param repo: repository to fetch from
         @type repo: C{str}
+        @param tags: whether to fetch all tag objects
+        @type tags: C{bool}
         """
         args = GitArgs('--quiet')
         args.add_true(tags, '--tags')