comparison hgext/evolve.py @ 1667:58538d6f3fb4

Grammar: the
author timeless@gmail.com
date Wed, 12 Sep 2012 18:25:48 -0400
parents 0e3b742f72f2
children d158ba628e2a
comparison
equal deleted inserted replaced
1666:0e3b742f72f2 1667:58538d6f3fb4
228 228
229 for c in self._extcallables: 229 for c in self._extcallables:
230 c(ui) 230 c(ui)
231 231
232 def final_reposetup(self, ui, repo): 232 def final_reposetup(self, ui, repo):
233 """Method to be used as a the extension reposetup 233 """Method to be used as the extension reposetup
234 234
235 The following operations belong here: 235 The following operations belong here:
236 236
237 - All hooks but pre-* and post-* 237 - All hooks but pre-* and post-*
238 - Modify configuration variables 238 - Modify configuration variables