Show More
@@ -289,7 +289,7 b' def overridedirty(orig, repo, ignoreupda' | |||||
289 | repo._repo.lfstatus = False |
|
289 | repo._repo.lfstatus = False | |
290 |
|
290 | |||
291 | def overridelog(orig, ui, repo, *pats, **opts): |
|
291 | def overridelog(orig, ui, repo, *pats, **opts): | |
292 |
def overridematchandpats(ctx, pats= |
|
292 | def overridematchandpats(ctx, pats=(), opts={}, globbed=False, | |
293 | default='relpath', badfn=None): |
|
293 | default='relpath', badfn=None): | |
294 | """Matcher that merges root directory with .hglf, suitable for log. |
|
294 | """Matcher that merges root directory with .hglf, suitable for log. | |
295 | It is still possible to match .hglf directly. |
|
295 | It is still possible to match .hglf directly. |
General Comments 0
You need to be logged in to leave comments.
Login now