##// END OF EJS Templates
tags: remove scary message about corrupt tags cache...
Matt Mackall -
r24532:f5de208a default
parent child Browse files
Show More
@@ -272,7 +272,6 b' def _readtagcache(ui, repo):'
272 272 cachefnode[headnode] = fnode
273 273 except Exception:
274 274 # corruption of the tags cache, just recompute it
275 ui.warn(_('.hg/cache/tags is corrupt, rebuilding it\n'))
276 275 cacheheads = []
277 276 cacherevs = []
278 277 cachefnode = {}
@@ -38,7 +38,6 b' Try corrupting the cache'
38 38
39 39 $ printf 'a b' > .hg/cache/tags
40 40 $ hg identify
41 .hg/cache/tags is corrupt, rebuilding it
42 41 acb14030fe0a tip
43 42 $ cacheexists
44 43 tag cache exists
General Comments 0
You need to be logged in to leave comments. Login now