Show More
@@ -24,7 +24,7 def uisetup(): | |||||
24 | class expandingpeer(peer.__class__): |
|
24 | class expandingpeer(peer.__class__): | |
25 | def expandnarrow(self, narrow_include, narrow_exclude, nodes): |
|
25 | def expandnarrow(self, narrow_include, narrow_exclude, nodes): | |
26 | ui.status(_("expanding narrowspec\n")) |
|
26 | ui.status(_("expanding narrowspec\n")) | |
27 | if not self.capable('expandnarrow'): |
|
27 | if not self.capable('exp-expandnarrow'): | |
28 | raise error.Abort( |
|
28 | raise error.Abort( | |
29 | 'peer does not support expanding narrowspecs') |
|
29 | 'peer does not support expanding narrowspecs') | |
30 |
|
30 |
General Comments 0
You need to be logged in to leave comments.
Login now