##// END OF EJS Templates
convert: do not provide head revisions if we have no changests to import...
David Soria Parra -
r30602:b36a0fa7 default
parent child Browse files
Show More
@@ -228,7 +228,7 b' class p4_source(common.converter_source)'
228 228 self.copies[change] = copies
229 229 lastid = change
230 230
231 if lastid:
231 if lastid and len(self.changeset) > 0:
232 232 self.heads = [lastid]
233 233
234 234 def getheads(self):
General Comments 0
You need to be logged in to leave comments. Login now