mercurial/hg.py
changeset 32495 a25cc3ca874f
parent 32494 53a67ba9fb44
child 32970 11c0bb4ccc76
--- a/mercurial/hg.py	Thu May 25 12:05:33 2017 +0200
+++ b/mercurial/hg.py	Thu May 25 12:09:09 2017 +0200
@@ -427,6 +427,9 @@
     cachefiles = ['branch2']
     cachefiles += ['branch2-%s' % f for f in repoview.filtertable]
     cachefiles += ['rbc-names-v1', 'rbc-revs-v1']
+    cachefiles += ['tags2']
+    cachefiles += ['tags2-%s' % f for f in repoview.filtertable]
+    cachefiles += ['hgtagsfnodes1']
     return cachefiles
 
 def clone(ui, peeropts, source, dest=None, pull=False, rev=None,