Submitter | Sean Farley |
---|---|
Date | July 2, 2014, 8:30 p.m. |
Message ID | <13b258b21a9a2f2b37af.1404333002@laptop.local> |
Download | mbox | patch |
Permalink | /patch/5092/ |
State | Accepted |
Commit | 7cfd94ec5d30a4da29700466024c62c51565c372 |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -1569,10 +1569,11 @@ class memctx(committablectx): p1, p2 = parents self._parents = [changectx(self._repo, p) for p in (p1, p2)] files = sorted(set(files)) self._status = [files, [], [], [], []] self._filectxfn = filectxfn + self.substate = None self._extra = extra and extra.copy() or {} if self._extra.get('branch', '') == '': self._extra['branch'] = 'default'