##// END OF EJS Templates
kill trailing whitespace
Dirkjan Ochtman -
r9312:c5f0825c default
parent child Browse files
Show More
@@ -245,7 +245,6 def _readtagcache(ui, repo):
245 245 cachefile.close() # ignore rest of file
246 246
247 247 repoheads = repo.heads()
248
249 248 # Case 2 (uncommon): empty repo; get out quickly and don't bother
250 249 # writing an empty cache.
251 250 if repoheads == [nullid]:
General Comments 0
You need to be logged in to leave comments. Login now