summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gbp/pkg/pristinetar.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gbp/pkg/pristinetar.py b/gbp/pkg/pristinetar.py
index fccef0a3..03f043d4 100644
--- a/gbp/pkg/pristinetar.py
+++ b/gbp/pkg/pristinetar.py
@@ -76,8 +76,6 @@ class PristineTar(Command):
@param upstream: the upstream branch to diff against
@type upstream: C{str}
"""
- ref = 'refs/heads/%s' % upstream
-
self.run_error = ("Couldn't commit to '%s' with upstream '%s'" %
(self.branch, upstream))
self.__call__(['commit', archive, upstream])