##// END OF EJS Templates
pushkey: add more verbose debug output regarding pushkey...
Pierre-Yves David -
r17293:d3f84ccc stable
parent child Browse files
Show More
@@ -2540,6 +2540,7 b' class localrepository(object):'
2540 def pushkey(self, namespace, key, old, new):
2540 def pushkey(self, namespace, key, old, new):
2541 self.hook('prepushkey', throw=True, namespace=namespace, key=key,
2541 self.hook('prepushkey', throw=True, namespace=namespace, key=key,
2542 old=old, new=new)
2542 old=old, new=new)
2543 self.ui.debug('pushing key for "%s:%s"\n' % (namespace, key))
2543 ret = pushkey.push(self, namespace, key, old, new)
2544 ret = pushkey.push(self, namespace, key, old, new)
2544 self.hook('pushkey', namespace=namespace, key=key, old=old, new=new,
2545 self.hook('pushkey', namespace=namespace, key=key, old=old, new=new,
2545 ret=ret)
2546 ret=ret)
@@ -2547,6 +2548,7 b' class localrepository(object):'
2547
2548
2548 def listkeys(self, namespace):
2549 def listkeys(self, namespace):
2549 self.hook('prelistkeys', throw=True, namespace=namespace)
2550 self.hook('prelistkeys', throw=True, namespace=namespace)
2551 self.ui.debug('listing keys for "%s"\n' % namespace)
2550 values = pushkey.list(self, namespace)
2552 values = pushkey.list(self, namespace)
2551 self.hook('listkeys', namespace=namespace, values=values)
2553 self.hook('listkeys', namespace=namespace, values=values)
2552 return values
2554 return values
@@ -236,6 +236,7 b' class wirepeer(peer.peerrepository):'
236 if not self.capable('pushkey'):
236 if not self.capable('pushkey'):
237 yield False, None
237 yield False, None
238 f = future()
238 f = future()
239 self.ui.debug('preparing pushkey for "%s:%s"\n' % (namespace, key))
239 yield todict(namespace=encoding.fromlocal(namespace),
240 yield todict(namespace=encoding.fromlocal(namespace),
240 key=encoding.fromlocal(key),
241 key=encoding.fromlocal(key),
241 old=encoding.fromlocal(old),
242 old=encoding.fromlocal(old),
@@ -256,6 +257,7 b' class wirepeer(peer.peerrepository):'
256 if not self.capable('pushkey'):
257 if not self.capable('pushkey'):
257 yield {}, None
258 yield {}, None
258 f = future()
259 f = future()
260 self.ui.debug('preparing listkeys for "%s"\n' % namespace)
259 yield todict(namespace=encoding.fromlocal(namespace)), f
261 yield todict(namespace=encoding.fromlocal(namespace)), f
260 d = f.value
262 d = f.value
261 r = {}
263 r = {}
@@ -82,6 +82,7 b' Extension disabled for lack of a hook'
82 query 1; heads
82 query 1; heads
83 searching for changes
83 searching for changes
84 all remote heads known locally
84 all remote heads known locally
85 listing keys for "bookmarks"
85 3 changesets found
86 3 changesets found
86 list of changesets:
87 list of changesets:
87 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
88 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -115,8 +116,11 b' Extension disabled for lack of a hook'
115 adding quux/file.py revisions
116 adding quux/file.py revisions
116 files: 3/3 chunks (100.00%)
117 files: 3/3 chunks (100.00%)
117 added 3 changesets with 3 changes to 3 files
118 added 3 changesets with 3 changes to 3 files
119 listing keys for "phases"
120 listing keys for "namespaces"
118 updating the branch cache
121 updating the branch cache
119 checking for updated bookmarks
122 checking for updated bookmarks
123 listing keys for "bookmarks"
120 repository tip rolled back to revision 0 (undo push)
124 repository tip rolled back to revision 0 (undo push)
121 0:6675d58eff77
125 0:6675d58eff77
122
126
@@ -137,6 +141,7 b' Extension disabled for lack of acl.sourc'
137 searching for changes
141 searching for changes
138 all remote heads known locally
142 all remote heads known locally
139 invalidating branch cache (tip differs)
143 invalidating branch cache (tip differs)
144 listing keys for "bookmarks"
140 3 changesets found
145 3 changesets found
141 list of changesets:
146 list of changesets:
142 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
147 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -172,8 +177,11 b' Extension disabled for lack of acl.sourc'
172 added 3 changesets with 3 changes to 3 files
177 added 3 changesets with 3 changes to 3 files
173 calling hook pretxnchangegroup.acl: hgext.acl.hook
178 calling hook pretxnchangegroup.acl: hgext.acl.hook
174 acl: changes have source "push" - skipping
179 acl: changes have source "push" - skipping
180 listing keys for "phases"
181 listing keys for "namespaces"
175 updating the branch cache
182 updating the branch cache
176 checking for updated bookmarks
183 checking for updated bookmarks
184 listing keys for "bookmarks"
177 repository tip rolled back to revision 0 (undo push)
185 repository tip rolled back to revision 0 (undo push)
178 0:6675d58eff77
186 0:6675d58eff77
179
187
@@ -195,6 +203,7 b' No [acl.allow]/[acl.deny]'
195 searching for changes
203 searching for changes
196 all remote heads known locally
204 all remote heads known locally
197 invalidating branch cache (tip differs)
205 invalidating branch cache (tip differs)
206 listing keys for "bookmarks"
198 3 changesets found
207 3 changesets found
199 list of changesets:
208 list of changesets:
200 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
209 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -240,8 +249,11 b' No [acl.allow]/[acl.deny]'
240 acl: path access granted: "f9cafe1212c8"
249 acl: path access granted: "f9cafe1212c8"
241 acl: branch access granted: "911600dab2ae" on branch "default"
250 acl: branch access granted: "911600dab2ae" on branch "default"
242 acl: path access granted: "911600dab2ae"
251 acl: path access granted: "911600dab2ae"
252 listing keys for "phases"
253 listing keys for "namespaces"
243 updating the branch cache
254 updating the branch cache
244 checking for updated bookmarks
255 checking for updated bookmarks
256 listing keys for "bookmarks"
245 repository tip rolled back to revision 0 (undo push)
257 repository tip rolled back to revision 0 (undo push)
246 0:6675d58eff77
258 0:6675d58eff77
247
259
@@ -263,6 +275,7 b' Empty [acl.allow]'
263 searching for changes
275 searching for changes
264 all remote heads known locally
276 all remote heads known locally
265 invalidating branch cache (tip differs)
277 invalidating branch cache (tip differs)
278 listing keys for "bookmarks"
266 3 changesets found
279 3 changesets found
267 list of changesets:
280 list of changesets:
268 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
281 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -328,6 +341,7 b' fred is allowed inside foo/'
328 query 1; heads
341 query 1; heads
329 searching for changes
342 searching for changes
330 all remote heads known locally
343 all remote heads known locally
344 listing keys for "bookmarks"
331 3 changesets found
345 3 changesets found
332 list of changesets:
346 list of changesets:
333 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
347 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -398,6 +412,7 b' Empty [acl.deny]'
398 query 1; heads
412 query 1; heads
399 searching for changes
413 searching for changes
400 all remote heads known locally
414 all remote heads known locally
415 listing keys for "bookmarks"
401 3 changesets found
416 3 changesets found
402 list of changesets:
417 list of changesets:
403 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
418 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -465,6 +480,7 b' fred is allowed inside foo/, but not foo'
465 query 1; heads
480 query 1; heads
466 searching for changes
481 searching for changes
467 all remote heads known locally
482 all remote heads known locally
483 listing keys for "bookmarks"
468 3 changesets found
484 3 changesets found
469 list of changesets:
485 list of changesets:
470 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
486 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -537,6 +553,7 b' fred is allowed inside foo/, but not foo'
537 query 1; heads
553 query 1; heads
538 searching for changes
554 searching for changes
539 all remote heads known locally
555 all remote heads known locally
556 listing keys for "bookmarks"
540 3 changesets found
557 3 changesets found
541 list of changesets:
558 list of changesets:
542 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
559 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -606,6 +623,7 b' fred is allowed inside foo/, but not foo'
606 query 1; heads
623 query 1; heads
607 searching for changes
624 searching for changes
608 all remote heads known locally
625 all remote heads known locally
626 listing keys for "bookmarks"
609 3 changesets found
627 3 changesets found
610 list of changesets:
628 list of changesets:
611 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
629 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -677,6 +695,7 b' barney is allowed everywhere'
677 query 1; heads
695 query 1; heads
678 searching for changes
696 searching for changes
679 all remote heads known locally
697 all remote heads known locally
698 listing keys for "bookmarks"
680 3 changesets found
699 3 changesets found
681 list of changesets:
700 list of changesets:
682 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
701 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -722,8 +741,11 b' barney is allowed everywhere'
722 acl: path access granted: "f9cafe1212c8"
741 acl: path access granted: "f9cafe1212c8"
723 acl: branch access granted: "911600dab2ae" on branch "default"
742 acl: branch access granted: "911600dab2ae" on branch "default"
724 acl: path access granted: "911600dab2ae"
743 acl: path access granted: "911600dab2ae"
744 listing keys for "phases"
745 listing keys for "namespaces"
725 updating the branch cache
746 updating the branch cache
726 checking for updated bookmarks
747 checking for updated bookmarks
748 listing keys for "bookmarks"
727 repository tip rolled back to revision 0 (undo push)
749 repository tip rolled back to revision 0 (undo push)
728 0:6675d58eff77
750 0:6675d58eff77
729
751
@@ -752,6 +774,7 b' wilma can change files with a .txt exten'
752 searching for changes
774 searching for changes
753 all remote heads known locally
775 all remote heads known locally
754 invalidating branch cache (tip differs)
776 invalidating branch cache (tip differs)
777 listing keys for "bookmarks"
755 3 changesets found
778 3 changesets found
756 list of changesets:
779 list of changesets:
757 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
780 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -830,6 +853,7 b' file specified by acl.config does not ex'
830 query 1; heads
853 query 1; heads
831 searching for changes
854 searching for changes
832 all remote heads known locally
855 all remote heads known locally
856 listing keys for "bookmarks"
833 3 changesets found
857 3 changesets found
834 list of changesets:
858 list of changesets:
835 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
859 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -903,6 +927,7 b' betty is allowed inside foo/ by a acl.co'
903 query 1; heads
927 query 1; heads
904 searching for changes
928 searching for changes
905 all remote heads known locally
929 all remote heads known locally
930 listing keys for "bookmarks"
906 3 changesets found
931 3 changesets found
907 list of changesets:
932 list of changesets:
908 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
933 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -987,6 +1012,7 b' acl.config can set only [acl.allow]/[acl'
987 query 1; heads
1012 query 1; heads
988 searching for changes
1013 searching for changes
989 all remote heads known locally
1014 all remote heads known locally
1015 listing keys for "bookmarks"
990 3 changesets found
1016 3 changesets found
991 list of changesets:
1017 list of changesets:
992 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1018 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1032,8 +1058,11 b' acl.config can set only [acl.allow]/[acl'
1032 acl: path access granted: "f9cafe1212c8"
1058 acl: path access granted: "f9cafe1212c8"
1033 acl: branch access granted: "911600dab2ae" on branch "default"
1059 acl: branch access granted: "911600dab2ae" on branch "default"
1034 acl: path access granted: "911600dab2ae"
1060 acl: path access granted: "911600dab2ae"
1061 listing keys for "phases"
1062 listing keys for "namespaces"
1035 updating the branch cache
1063 updating the branch cache
1036 checking for updated bookmarks
1064 checking for updated bookmarks
1065 listing keys for "bookmarks"
1037 repository tip rolled back to revision 0 (undo push)
1066 repository tip rolled back to revision 0 (undo push)
1038 0:6675d58eff77
1067 0:6675d58eff77
1039
1068
@@ -1063,6 +1092,7 b' fred is always allowed'
1063 searching for changes
1092 searching for changes
1064 all remote heads known locally
1093 all remote heads known locally
1065 invalidating branch cache (tip differs)
1094 invalidating branch cache (tip differs)
1095 listing keys for "bookmarks"
1066 3 changesets found
1096 3 changesets found
1067 list of changesets:
1097 list of changesets:
1068 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1098 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1108,8 +1138,11 b' fred is always allowed'
1108 acl: path access granted: "f9cafe1212c8"
1138 acl: path access granted: "f9cafe1212c8"
1109 acl: branch access granted: "911600dab2ae" on branch "default"
1139 acl: branch access granted: "911600dab2ae" on branch "default"
1110 acl: path access granted: "911600dab2ae"
1140 acl: path access granted: "911600dab2ae"
1141 listing keys for "phases"
1142 listing keys for "namespaces"
1111 updating the branch cache
1143 updating the branch cache
1112 checking for updated bookmarks
1144 checking for updated bookmarks
1145 listing keys for "bookmarks"
1113 repository tip rolled back to revision 0 (undo push)
1146 repository tip rolled back to revision 0 (undo push)
1114 0:6675d58eff77
1147 0:6675d58eff77
1115
1148
@@ -1135,6 +1168,7 b' no one is allowed inside foo/Bar/'
1135 searching for changes
1168 searching for changes
1136 all remote heads known locally
1169 all remote heads known locally
1137 invalidating branch cache (tip differs)
1170 invalidating branch cache (tip differs)
1171 listing keys for "bookmarks"
1138 3 changesets found
1172 3 changesets found
1139 list of changesets:
1173 list of changesets:
1140 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1174 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1209,6 +1243,7 b' OS-level groups'
1209 query 1; heads
1243 query 1; heads
1210 searching for changes
1244 searching for changes
1211 all remote heads known locally
1245 all remote heads known locally
1246 listing keys for "bookmarks"
1212 3 changesets found
1247 3 changesets found
1213 list of changesets:
1248 list of changesets:
1214 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1249 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1255,8 +1290,11 b' OS-level groups'
1255 acl: path access granted: "f9cafe1212c8"
1290 acl: path access granted: "f9cafe1212c8"
1256 acl: branch access granted: "911600dab2ae" on branch "default"
1291 acl: branch access granted: "911600dab2ae" on branch "default"
1257 acl: path access granted: "911600dab2ae"
1292 acl: path access granted: "911600dab2ae"
1293 listing keys for "phases"
1294 listing keys for "namespaces"
1258 updating the branch cache
1295 updating the branch cache
1259 checking for updated bookmarks
1296 checking for updated bookmarks
1297 listing keys for "bookmarks"
1260 repository tip rolled back to revision 0 (undo push)
1298 repository tip rolled back to revision 0 (undo push)
1261 0:6675d58eff77
1299 0:6675d58eff77
1262
1300
@@ -1282,6 +1320,7 b' OS-level groups'
1282 searching for changes
1320 searching for changes
1283 all remote heads known locally
1321 all remote heads known locally
1284 invalidating branch cache (tip differs)
1322 invalidating branch cache (tip differs)
1323 listing keys for "bookmarks"
1285 3 changesets found
1324 3 changesets found
1286 list of changesets:
1325 list of changesets:
1287 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1326 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1395,6 +1434,7 b' No branch acls specified'
1395 query 1; heads
1434 query 1; heads
1396 searching for changes
1435 searching for changes
1397 all remote heads known locally
1436 all remote heads known locally
1437 listing keys for "bookmarks"
1398 4 changesets found
1438 4 changesets found
1399 list of changesets:
1439 list of changesets:
1400 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1440 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1451,8 +1491,11 b' No branch acls specified'
1451 acl: path access granted: "911600dab2ae"
1491 acl: path access granted: "911600dab2ae"
1452 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1492 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1453 acl: path access granted: "e8fc755d4d82"
1493 acl: path access granted: "e8fc755d4d82"
1494 listing keys for "phases"
1495 listing keys for "namespaces"
1454 updating the branch cache
1496 updating the branch cache
1455 checking for updated bookmarks
1497 checking for updated bookmarks
1498 listing keys for "bookmarks"
1456 repository tip rolled back to revision 2 (undo push)
1499 repository tip rolled back to revision 2 (undo push)
1457 2:fb35475503ef
1500 2:fb35475503ef
1458
1501
@@ -1475,6 +1518,7 b' Branch acl deny test'
1475 searching for changes
1518 searching for changes
1476 all remote heads known locally
1519 all remote heads known locally
1477 invalidating branch cache (tip differs)
1520 invalidating branch cache (tip differs)
1521 listing keys for "bookmarks"
1478 4 changesets found
1522 4 changesets found
1479 list of changesets:
1523 list of changesets:
1480 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1524 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1553,6 +1597,7 b' Branch acl empty allow test'
1553 query 1; heads
1597 query 1; heads
1554 searching for changes
1598 searching for changes
1555 all remote heads known locally
1599 all remote heads known locally
1600 listing keys for "bookmarks"
1556 4 changesets found
1601 4 changesets found
1557 list of changesets:
1602 list of changesets:
1558 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1603 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1627,6 +1672,7 b' Branch acl allow other'
1627 query 1; heads
1672 query 1; heads
1628 searching for changes
1673 searching for changes
1629 all remote heads known locally
1674 all remote heads known locally
1675 listing keys for "bookmarks"
1630 4 changesets found
1676 4 changesets found
1631 list of changesets:
1677 list of changesets:
1632 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1678 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1695,6 +1741,7 b' Branch acl allow other'
1695 query 1; heads
1741 query 1; heads
1696 searching for changes
1742 searching for changes
1697 all remote heads known locally
1743 all remote heads known locally
1744 listing keys for "bookmarks"
1698 4 changesets found
1745 4 changesets found
1699 list of changesets:
1746 list of changesets:
1700 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1747 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1751,8 +1798,11 b' Branch acl allow other'
1751 acl: path access granted: "911600dab2ae"
1798 acl: path access granted: "911600dab2ae"
1752 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1799 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1753 acl: path access granted: "e8fc755d4d82"
1800 acl: path access granted: "e8fc755d4d82"
1801 listing keys for "phases"
1802 listing keys for "namespaces"
1754 updating the branch cache
1803 updating the branch cache
1755 checking for updated bookmarks
1804 checking for updated bookmarks
1805 listing keys for "bookmarks"
1756 repository tip rolled back to revision 2 (undo push)
1806 repository tip rolled back to revision 2 (undo push)
1757 2:fb35475503ef
1807 2:fb35475503ef
1758
1808
@@ -1780,6 +1830,7 b' push foobar into the remote'
1780 searching for changes
1830 searching for changes
1781 all remote heads known locally
1831 all remote heads known locally
1782 invalidating branch cache (tip differs)
1832 invalidating branch cache (tip differs)
1833 listing keys for "bookmarks"
1783 4 changesets found
1834 4 changesets found
1784 list of changesets:
1835 list of changesets:
1785 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1836 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1836,8 +1887,11 b' push foobar into the remote'
1836 acl: path access granted: "911600dab2ae"
1887 acl: path access granted: "911600dab2ae"
1837 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1888 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1838 acl: path access granted: "e8fc755d4d82"
1889 acl: path access granted: "e8fc755d4d82"
1890 listing keys for "phases"
1891 listing keys for "namespaces"
1839 updating the branch cache
1892 updating the branch cache
1840 checking for updated bookmarks
1893 checking for updated bookmarks
1894 listing keys for "bookmarks"
1841 repository tip rolled back to revision 2 (undo push)
1895 repository tip rolled back to revision 2 (undo push)
1842 2:fb35475503ef
1896 2:fb35475503ef
1843
1897
@@ -1864,6 +1918,7 b' Branch acl conflicting deny'
1864 searching for changes
1918 searching for changes
1865 all remote heads known locally
1919 all remote heads known locally
1866 invalidating branch cache (tip differs)
1920 invalidating branch cache (tip differs)
1921 listing keys for "bookmarks"
1867 4 changesets found
1922 4 changesets found
1868 list of changesets:
1923 list of changesets:
1869 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1924 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1937,6 +1992,7 b" User 'astro' must not be denied"
1937 query 1; heads
1992 query 1; heads
1938 searching for changes
1993 searching for changes
1939 all remote heads known locally
1994 all remote heads known locally
1995 listing keys for "bookmarks"
1940 4 changesets found
1996 4 changesets found
1941 list of changesets:
1997 list of changesets:
1942 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
1998 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -1993,8 +2049,11 b" User 'astro' must not be denied"
1993 acl: path access granted: "911600dab2ae"
2049 acl: path access granted: "911600dab2ae"
1994 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
2050 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1995 acl: path access granted: "e8fc755d4d82"
2051 acl: path access granted: "e8fc755d4d82"
2052 listing keys for "phases"
2053 listing keys for "namespaces"
1996 updating the branch cache
2054 updating the branch cache
1997 checking for updated bookmarks
2055 checking for updated bookmarks
2056 listing keys for "bookmarks"
1998 repository tip rolled back to revision 2 (undo push)
2057 repository tip rolled back to revision 2 (undo push)
1999 2:fb35475503ef
2058 2:fb35475503ef
2000
2059
@@ -2015,6 +2074,7 b' Non-astro users must be denied'
2015 searching for changes
2074 searching for changes
2016 all remote heads known locally
2075 all remote heads known locally
2017 invalidating branch cache (tip differs)
2076 invalidating branch cache (tip differs)
2077 listing keys for "bookmarks"
2018 4 changesets found
2078 4 changesets found
2019 list of changesets:
2079 list of changesets:
2020 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
2080 ef1ea85a6374b77d6da9dcda9541f498f2d17df7
@@ -51,6 +51,7 b' No update, with debug option:'
51 #if hardlink
51 #if hardlink
52 $ hg --debug clone -U . ../c
52 $ hg --debug clone -U . ../c
53 linked 8 files
53 linked 8 files
54 listing keys for "bookmarks"
54 #else
55 #else
55 $ hg --debug clone -U . ../c
56 $ hg --debug clone -U . ../c
56 copied 8 files
57 copied 8 files
@@ -57,6 +57,7 b' Create hardlinked clone r2:'
57
57
58 $ hg clone -U --debug r1 r2
58 $ hg clone -U --debug r1 r2
59 linked 7 files
59 linked 7 files
60 listing keys for "bookmarks"
60
61
61 Create non-hardlinked clone r3:
62 Create non-hardlinked clone r3:
62
63
@@ -37,6 +37,7 b''
37 searching: 2 queries
37 searching: 2 queries
38 query 2; still undecided: 1, sample size is: 1
38 query 2; still undecided: 1, sample size is: 1
39 2 total queries
39 2 total queries
40 listing keys for "bookmarks"
40 new remote heads on branch 'default'
41 new remote heads on branch 'default'
41 new remote head 1e108cc5548c
42 new remote head 1e108cc5548c
42 abort: push creates new remote head 1e108cc5548c!
43 abort: push creates new remote head 1e108cc5548c!
General Comments 0
You need to be logged in to leave comments. Login now