Submitter | Matt Harbison |
---|---|
Date | March 11, 2015, 12:32 a.m. |
Message ID | <a8a49154503c2e7ca4c2.1426033950@Envy> |
Download | mbox | patch |
Permalink | /patch/7984/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3268,7 +3268,7 @@ fmt = '%s' + end m = scmutil.match(ctx, pats, opts) - ds = repo.dirstate + ds = ctx._repo.dirstate for f in ctx.matches(m): if rev is None and ds[f] == 'r': continue