aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gbp/git/vfs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gbp/git/vfs.py b/gbp/git/vfs.py
index 5d5e1323..d6f9f4d8 100644
--- a/gbp/git/vfs.py
+++ b/gbp/git/vfs.py
@@ -45,8 +45,6 @@ class GitVfs(object):
def __init__(self, repo, committish=None):
"""
- Access files in a unpaced Debian source package.
-
@param repo: the git repository to act on
@param committish: the committish to act on
"""