Skip to content
Snippets Groups Projects
Commit 51df9879 authored by Sean Farley's avatar Sean Farley
Browse files

memctx: remove flags since it is now inherited

commitablectx has a much more robust implementation of flags() so we will use
that instead of just blindly calling the flags function for the given path.
parent 428af94b
No related merge requests found
......@@ -1578,9 +1578,6 @@
self._text = editor(self._repo, self, [])
self._repo.savecommitmessage(self._text)
def flags(self, f):
return self[f].flags()
def parents(self):
"""return contexts for each parent changeset"""
return self._parents
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment