##// END OF EJS Templates
branchmap: disable fallback to unfiltered branchcache...
Pierre-Yves David -
r18222:47f00b0d default
parent child Browse files
Show More
@@ -652,8 +652,6 b' class localrepository(object):'
652
652
653 def branchmap(self):
653 def branchmap(self):
654 '''returns a dictionary {branch: [branchheads]}'''
654 '''returns a dictionary {branch: [branchheads]}'''
655 if self.filtername and not self.changelog.filteredrevs:
656 return self.unfiltered().branchmap()
657 branchmap.updatecache(self)
655 branchmap.updatecache(self)
658 return self._branchcaches[self.filtername]
656 return self._branchcaches[self.filtername]
659
657
@@ -140,7 +140,6 b' Extension disabled for lack of acl.sourc'
140 query 1; heads
140 query 1; heads
141 searching for changes
141 searching for changes
142 all remote heads known locally
142 all remote heads known locally
143 invalid branchheads cache: tip differs
144 listing keys for "bookmarks"
143 listing keys for "bookmarks"
145 3 changesets found
144 3 changesets found
146 list of changesets:
145 list of changesets:
@@ -202,7 +201,6 b' No [acl.allow]/[acl.deny]'
202 query 1; heads
201 query 1; heads
203 searching for changes
202 searching for changes
204 all remote heads known locally
203 all remote heads known locally
205 invalid branchheads cache: tip differs
206 listing keys for "bookmarks"
204 listing keys for "bookmarks"
207 3 changesets found
205 3 changesets found
208 list of changesets:
206 list of changesets:
@@ -274,7 +272,6 b' Empty [acl.allow]'
274 query 1; heads
272 query 1; heads
275 searching for changes
273 searching for changes
276 all remote heads known locally
274 all remote heads known locally
277 invalid branchheads cache: tip differs
278 listing keys for "bookmarks"
275 listing keys for "bookmarks"
279 3 changesets found
276 3 changesets found
280 list of changesets:
277 list of changesets:
@@ -773,7 +770,6 b' wilma can change files with a .txt exten'
773 query 1; heads
770 query 1; heads
774 searching for changes
771 searching for changes
775 all remote heads known locally
772 all remote heads known locally
776 invalid branchheads cache: tip differs
777 listing keys for "bookmarks"
773 listing keys for "bookmarks"
778 3 changesets found
774 3 changesets found
779 list of changesets:
775 list of changesets:
@@ -1091,7 +1087,6 b' fred is always allowed'
1091 query 1; heads
1087 query 1; heads
1092 searching for changes
1088 searching for changes
1093 all remote heads known locally
1089 all remote heads known locally
1094 invalid branchheads cache: tip differs
1095 listing keys for "bookmarks"
1090 listing keys for "bookmarks"
1096 3 changesets found
1091 3 changesets found
1097 list of changesets:
1092 list of changesets:
@@ -1167,7 +1162,6 b' no one is allowed inside foo/Bar/'
1167 query 1; heads
1162 query 1; heads
1168 searching for changes
1163 searching for changes
1169 all remote heads known locally
1164 all remote heads known locally
1170 invalid branchheads cache: tip differs
1171 listing keys for "bookmarks"
1165 listing keys for "bookmarks"
1172 3 changesets found
1166 3 changesets found
1173 list of changesets:
1167 list of changesets:
@@ -1319,7 +1313,6 b' OS-level groups'
1319 query 1; heads
1313 query 1; heads
1320 searching for changes
1314 searching for changes
1321 all remote heads known locally
1315 all remote heads known locally
1322 invalid branchheads cache: tip differs
1323 listing keys for "bookmarks"
1316 listing keys for "bookmarks"
1324 3 changesets found
1317 3 changesets found
1325 list of changesets:
1318 list of changesets:
@@ -1517,7 +1510,6 b' Branch acl deny test'
1517 query 1; heads
1510 query 1; heads
1518 searching for changes
1511 searching for changes
1519 all remote heads known locally
1512 all remote heads known locally
1520 invalid branchheads cache: tip differs
1521 listing keys for "bookmarks"
1513 listing keys for "bookmarks"
1522 4 changesets found
1514 4 changesets found
1523 list of changesets:
1515 list of changesets:
@@ -1829,7 +1821,6 b' push foobar into the remote'
1829 query 1; heads
1821 query 1; heads
1830 searching for changes
1822 searching for changes
1831 all remote heads known locally
1823 all remote heads known locally
1832 invalid branchheads cache: tip differs
1833 listing keys for "bookmarks"
1824 listing keys for "bookmarks"
1834 4 changesets found
1825 4 changesets found
1835 list of changesets:
1826 list of changesets:
@@ -1917,7 +1908,6 b' Branch acl conflicting deny'
1917 query 1; heads
1908 query 1; heads
1918 searching for changes
1909 searching for changes
1919 all remote heads known locally
1910 all remote heads known locally
1920 invalid branchheads cache: tip differs
1921 listing keys for "bookmarks"
1911 listing keys for "bookmarks"
1922 4 changesets found
1912 4 changesets found
1923 list of changesets:
1913 list of changesets:
@@ -2073,7 +2063,6 b' Non-astro users must be denied'
2073 query 1; heads
2063 query 1; heads
2074 searching for changes
2064 searching for changes
2075 all remote heads known locally
2065 all remote heads known locally
2076 invalid branchheads cache: tip differs
2077 listing keys for "bookmarks"
2066 listing keys for "bookmarks"
2078 4 changesets found
2067 4 changesets found
2079 list of changesets:
2068 list of changesets:
General Comments 0
You need to be logged in to leave comments. Login now