Submitter | Martin von Zweigbergk |
---|---|
Date | Oct. 13, 2014, 9:42 p.m. |
Message ID | <d15cebdd63433e29201c.1413236528@handduk2.mtv.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/6238/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -1371,7 +1371,7 @@ Revision information is passed via the context argument. """ - tr = lock = None + tr = None removed = list(ctx.removed()) p1, p2 = ctx.p1(), ctx.p2() user = ctx.user()