##// 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 cachefile.close() # ignore rest of file
245 cachefile.close() # ignore rest of file
246
246
247 repoheads = repo.heads()
247 repoheads = repo.heads()
248
249 # Case 2 (uncommon): empty repo; get out quickly and don't bother
248 # Case 2 (uncommon): empty repo; get out quickly and don't bother
250 # writing an empty cache.
249 # writing an empty cache.
251 if repoheads == [nullid]:
250 if repoheads == [nullid]:
General Comments 0
You need to be logged in to leave comments. Login now