Show More
@@ -1125,7 +1125,7 b' def overridecat(orig, ui, repo, file1, *' | |||||
1125 | origbadfn = m.bad |
|
1125 | origbadfn = m.bad | |
1126 | def lfbadfn(f, msg): |
|
1126 | def lfbadfn(f, msg): | |
1127 | if not f in notbad: |
|
1127 | if not f in notbad: | |
1128 |
|
|
1128 | origbadfn(f, msg) | |
1129 | m.bad = lfbadfn |
|
1129 | m.bad = lfbadfn | |
1130 | for f in ctx.walk(m): |
|
1130 | for f in ctx.walk(m): | |
1131 | fp = cmdutil.makefileobj(repo, opts.get('output'), ctx.node(), |
|
1131 | fp = cmdutil.makefileobj(repo, opts.get('output'), ctx.node(), |
General Comments 0
You need to be logged in to leave comments.
Login now