summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/lib/python/mercurial/tags.py2
-rw-r--r--sys/src/cmd/hg/mercurial/tags.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/python/mercurial/tags.py b/sys/lib/python/mercurial/tags.py
index 0d9a85dd9..41a2ddc9a 100644
--- a/sys/lib/python/mercurial/tags.py
+++ b/sys/lib/python/mercurial/tags.py
@@ -97,7 +97,7 @@ def findglobaltags2(ui, repo, alltags, tagtypes):
_writetagcache(ui, repo, heads, tagfnode, alltags)
# Set this to findglobaltags1 to disable tag caching.
-findglobaltags = findglobaltags2
+findglobaltags = findglobaltags1
def readlocaltags(ui, repo, alltags, tagtypes):
'''Read local tags in repo. Update alltags and tagtypes.'''
diff --git a/sys/src/cmd/hg/mercurial/tags.py b/sys/src/cmd/hg/mercurial/tags.py
index 0d9a85dd9..41a2ddc9a 100644
--- a/sys/src/cmd/hg/mercurial/tags.py
+++ b/sys/src/cmd/hg/mercurial/tags.py
@@ -97,7 +97,7 @@ def findglobaltags2(ui, repo, alltags, tagtypes):
_writetagcache(ui, repo, heads, tagfnode, alltags)
# Set this to findglobaltags1 to disable tag caching.
-findglobaltags = findglobaltags2
+findglobaltags = findglobaltags1
def readlocaltags(ui, repo, alltags, tagtypes):
'''Read local tags in repo. Update alltags and tagtypes.'''