Show More
@@ -101,7 +101,7 b' def _registerwireprotocommand():' | |||
|
101 | 101 | |
|
102 | 102 | def serveruisetup(ui): |
|
103 | 103 | _registerwireprotocommand() |
|
104 |
extensions.wrapfunction(wireprotov1server, |
|
|
104 | extensions.wrapfunction(wireprotov1server, '_capabilities', _capabilities) | |
|
105 | 105 | |
|
106 | 106 | |
|
107 | 107 | # client-side |
@@ -129,8 +129,8 b' def _remotefctxannotate(orig, self, foll' | |||
|
129 | 129 | |
|
130 | 130 | |
|
131 | 131 | def replacehgwebannotate(): |
|
132 |
extensions.wrapfunction(hgweb.webutil, |
|
|
132 | extensions.wrapfunction(hgweb.webutil, 'annotate', _hgwebannotate) | |
|
133 | 133 | |
|
134 | 134 | |
|
135 | 135 | def replacefctxannotate(): |
|
136 |
extensions.wrapfunction(hgcontext.basefilectx, |
|
|
136 | extensions.wrapfunction(hgcontext.basefilectx, 'annotate', _fctxannotate) |
General Comments 0
You need to be logged in to leave comments.
Login now