##// END OF EJS Templates
keyword: break overlong line
Christian Ebert -
r9013:21b29f4c default
parent child Browse files
Show More
@@ -495,7 +495,8 b' def reposetup(ui, repo):'
495 release(lock, wlock)
495 release(lock, wlock)
496
496
497 # monkeypatches
497 # monkeypatches
498 def kwpatchfile_init(orig, self, ui, fname, opener, missing=False, eol=None):
498 def kwpatchfile_init(orig, self, ui, fname, opener,
499 missing=False, eol=None):
499 '''Monkeypatch/wrap patch.patchfile.__init__ to avoid
500 '''Monkeypatch/wrap patch.patchfile.__init__ to avoid
500 rejects or conflicts due to expanded keywords in working dir.'''
501 rejects or conflicts due to expanded keywords in working dir.'''
501 orig(self, ui, fname, opener, missing, eol)
502 orig(self, ui, fname, opener, missing, eol)
General Comments 0
You need to be logged in to leave comments. Login now