Mercurial > hg
comparison mercurial/minirst.py @ 23236:7ea2ef4479f2
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.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 23 Oct 2014 13:43:20 -0700 |
parents | de9424647fe4 |
children | 2a8d8b4097c8 |
comparison
equal
deleted
inserted
replaced
23235:4cdc3e2810b9 | 23236:7ea2ef4479f2 |
---|