mercurial/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 23 Oct 2014 13:43:20 -0700
changeset 23236 7ea2ef4479f2
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
context.status: remove overriding in workingctx The workingctx method simply calls the super method. The only effect it has is that it uses a different default argument for the 'other' argument. The only in-tree caller is patch.diff, which always passes an argument to the method, so it should be safe to remove the overriding. Having the default argument depend on the type seems rather dangerous anyway.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: