|
@@ -699,7 +699,8 @@ class Remote(object):
|
|
|
if not rev.startswith(R_HEADS):
|
|
if not rev.startswith(R_HEADS):
|
|
|
return rev
|
|
return rev
|
|
|
|
|
|
|
|
- raise GitError('remote %s does not have %s' % (self.name, rev))
|
|
|
|
|
|
|
+ raise GitError('%s: remote %s does not have %s' %
|
|
|
|
|
+ (self.projectname, self.name, rev))
|
|
|
|
|
|
|
|
def WritesTo(self, ref):
|
|
def WritesTo(self, ref):
|
|
|
"""True if the remote stores to the tracking ref.
|
|
"""True if the remote stores to the tracking ref.
|