Submitter | Yuya Nishihara |
---|---|
Date | April 11, 2015, 8:06 a.m. |
Message ID | <0ba34786c958ea24d33c.1428739582@mimosa> |
Download | mbox | patch |
Permalink | /patch/8612/ |
State | Accepted |
Commit | 2cc3d83a56e5c51184f0e29d1ba18e6ddb51af45 |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -1191,6 +1191,8 @@ class committablectx(basectx): def subrev(self, subpath): return None + def manifestnode(self): + return None def user(self): return self._user or self._repo.ui.username() def date(self):