##// END OF EJS Templates
changelog: disable delta chains...
Gregory Szorc -
r30155:b7a966ce default
parent child Browse files
Show More
@@ -263,6 +263,12 b' class changelog(revlog.revlog):'
263 # changelogs don't benefit from generaldelta
263 # changelogs don't benefit from generaldelta
264 self.version &= ~revlog.REVLOGGENERALDELTA
264 self.version &= ~revlog.REVLOGGENERALDELTA
265 self._generaldelta = False
265 self._generaldelta = False
266
267 # Delta chains for changelogs tend to be very small because entries
268 # tend to be small and don't delta well with each. So disable delta
269 # chains.
270 self._storedeltachains = False
271
266 self._realopener = opener
272 self._realopener = opener
267 self._delayed = False
273 self._delayed = False
268 self._delaybuf = None
274 self._delaybuf = None
@@ -1509,7 +1509,7 b' No branch acls specified'
1509 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1509 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1510 acl: path access granted: "e8fc755d4d82"
1510 acl: path access granted: "e8fc755d4d82"
1511 updating the branch cache
1511 updating the branch cache
1512 bundle2-input-part: total payload size 2101
1512 bundle2-input-part: total payload size 2139
1513 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1513 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1514 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1514 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1515 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1515 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
@@ -1595,7 +1595,7 b' Branch acl deny test'
1595 acl: branch access granted: "911600dab2ae" on branch "default"
1595 acl: branch access granted: "911600dab2ae" on branch "default"
1596 acl: path access granted: "911600dab2ae"
1596 acl: path access granted: "911600dab2ae"
1597 error: pretxnchangegroup.acl hook failed: acl: user "astro" denied on branch "foobar" (changeset "e8fc755d4d82")
1597 error: pretxnchangegroup.acl hook failed: acl: user "astro" denied on branch "foobar" (changeset "e8fc755d4d82")
1598 bundle2-input-part: total payload size 2101
1598 bundle2-input-part: total payload size 2139
1599 bundle2-input-bundle: 4 parts total
1599 bundle2-input-bundle: 4 parts total
1600 transaction abort!
1600 transaction abort!
1601 rollback completed
1601 rollback completed
@@ -1663,7 +1663,7 b' Branch acl empty allow test'
1663 acl: acl.allow not enabled
1663 acl: acl.allow not enabled
1664 acl: acl.deny not enabled
1664 acl: acl.deny not enabled
1665 error: pretxnchangegroup.acl hook failed: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
1665 error: pretxnchangegroup.acl hook failed: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
1666 bundle2-input-part: total payload size 2101
1666 bundle2-input-part: total payload size 2139
1667 bundle2-input-bundle: 4 parts total
1667 bundle2-input-bundle: 4 parts total
1668 transaction abort!
1668 transaction abort!
1669 rollback completed
1669 rollback completed
@@ -1733,7 +1733,7 b' Branch acl allow other'
1733 acl: acl.allow not enabled
1733 acl: acl.allow not enabled
1734 acl: acl.deny not enabled
1734 acl: acl.deny not enabled
1735 error: pretxnchangegroup.acl hook failed: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
1735 error: pretxnchangegroup.acl hook failed: acl: user "astro" not allowed on branch "default" (changeset "ef1ea85a6374")
1736 bundle2-input-part: total payload size 2101
1736 bundle2-input-part: total payload size 2139
1737 bundle2-input-bundle: 4 parts total
1737 bundle2-input-bundle: 4 parts total
1738 transaction abort!
1738 transaction abort!
1739 rollback completed
1739 rollback completed
@@ -1805,7 +1805,7 b' Branch acl allow other'
1805 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1805 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1806 acl: path access granted: "e8fc755d4d82"
1806 acl: path access granted: "e8fc755d4d82"
1807 updating the branch cache
1807 updating the branch cache
1808 bundle2-input-part: total payload size 2101
1808 bundle2-input-part: total payload size 2139
1809 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1809 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1810 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1810 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1811 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1811 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
@@ -1898,7 +1898,7 b' push foobar into the remote'
1898 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1898 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
1899 acl: path access granted: "e8fc755d4d82"
1899 acl: path access granted: "e8fc755d4d82"
1900 updating the branch cache
1900 updating the branch cache
1901 bundle2-input-part: total payload size 2101
1901 bundle2-input-part: total payload size 2139
1902 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1902 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1903 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1903 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
1904 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
1904 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
@@ -1982,7 +1982,7 b' Branch acl conflicting deny'
1982 acl: acl.allow not enabled
1982 acl: acl.allow not enabled
1983 acl: acl.deny not enabled
1983 acl: acl.deny not enabled
1984 error: pretxnchangegroup.acl hook failed: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
1984 error: pretxnchangegroup.acl hook failed: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
1985 bundle2-input-part: total payload size 2101
1985 bundle2-input-part: total payload size 2139
1986 bundle2-input-bundle: 4 parts total
1986 bundle2-input-bundle: 4 parts total
1987 transaction abort!
1987 transaction abort!
1988 rollback completed
1988 rollback completed
@@ -2059,7 +2059,7 b" User 'astro' must not be denied"
2059 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
2059 acl: branch access granted: "e8fc755d4d82" on branch "foobar"
2060 acl: path access granted: "e8fc755d4d82"
2060 acl: path access granted: "e8fc755d4d82"
2061 updating the branch cache
2061 updating the branch cache
2062 bundle2-input-part: total payload size 2101
2062 bundle2-input-part: total payload size 2139
2063 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
2063 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
2064 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
2064 pushing key for "phases:911600dab2ae7a9baff75958b84fe606851ce955"
2065 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
2065 bundle2-input-part: "pushkey" (params: 4 mandatory) supported
@@ -2137,7 +2137,7 b' Non-astro users must be denied'
2137 acl: acl.allow not enabled
2137 acl: acl.allow not enabled
2138 acl: acl.deny not enabled
2138 acl: acl.deny not enabled
2139 error: pretxnchangegroup.acl hook failed: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
2139 error: pretxnchangegroup.acl hook failed: acl: user "george" denied on branch "default" (changeset "ef1ea85a6374")
2140 bundle2-input-part: total payload size 2101
2140 bundle2-input-part: total payload size 2139
2141 bundle2-input-bundle: 4 parts total
2141 bundle2-input-bundle: 4 parts total
2142 transaction abort!
2142 transaction abort!
2143 rollback completed
2143 rollback completed
@@ -69,7 +69,7 b''
69 1 60 62 ..... 1 96155394af80 5e0375449e74 000000000000 (re)
69 1 60 62 ..... 1 96155394af80 5e0375449e74 000000000000 (re)
70 2 122 62 ..... 2 92cc4c306b19 5e0375449e74 000000000000 (re)
70 2 122 62 ..... 2 92cc4c306b19 5e0375449e74 000000000000 (re)
71 3 184 69 ..... 3 e16a66a37edd 92cc4c306b19 96155394af80 (re)
71 3 184 69 ..... 3 e16a66a37edd 92cc4c306b19 96155394af80 (re)
72 4 253 29 ..... 4 2ee31f665a86 96155394af80 92cc4c306b19 (re)
72 4 253 69 ..... 4 2ee31f665a86 96155394af80 92cc4c306b19 (re)
73
73
74 revision 1
74 revision 1
75 $ hg manifest --debug 1
75 $ hg manifest --debug 1
@@ -60,8 +60,8 b' clone remote via stream'
60
60
61 $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/remote local-stream
61 $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/remote local-stream
62 streaming all changes
62 streaming all changes
63 4 files to transfer, 615 bytes of data
63 4 files to transfer, 602 bytes of data
64 transferred 615 bytes in * seconds (*) (glob)
64 transferred 602 bytes in * seconds (*) (glob)
65 searching for changes
65 searching for changes
66 no changes found
66 no changes found
67 updating to branch default
67 updating to branch default
@@ -82,8 +82,8 b' clone bookmarks via stream'
82 $ hg -R local-stream book mybook
82 $ hg -R local-stream book mybook
83 $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/local-stream stream2
83 $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/local-stream stream2
84 streaming all changes
84 streaming all changes
85 4 files to transfer, 615 bytes of data
85 4 files to transfer, 602 bytes of data
86 transferred 615 bytes in * seconds (*) (glob)
86 transferred 602 bytes in * seconds (*) (glob)
87 searching for changes
87 searching for changes
88 no changes found
88 no changes found
89 updating to branch default
89 updating to branch default
@@ -54,8 +54,8 b' clone remote via stream'
54
54
55 $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/remote local-stream
55 $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/remote local-stream
56 streaming all changes
56 streaming all changes
57 4 files to transfer, 615 bytes of data
57 4 files to transfer, 602 bytes of data
58 transferred 615 bytes in * seconds (*) (glob)
58 transferred 602 bytes in * seconds (*) (glob)
59 searching for changes
59 searching for changes
60 no changes found
60 no changes found
61 updating to branch default
61 updating to branch default
@@ -76,8 +76,8 b' clone bookmarks via stream'
76 $ hg -R local-stream book mybook
76 $ hg -R local-stream book mybook
77 $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/local-stream stream2
77 $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/local-stream stream2
78 streaming all changes
78 streaming all changes
79 4 files to transfer, 615 bytes of data
79 4 files to transfer, 602 bytes of data
80 transferred 615 bytes in * seconds (*) (glob)
80 transferred 602 bytes in * seconds (*) (glob)
81 searching for changes
81 searching for changes
82 no changes found
82 no changes found
83 updating to branch default
83 updating to branch default
General Comments 0
You need to be logged in to leave comments. Login now