Submitter | Augie Fackler |
---|---|
Date | Aug. 5, 2016, 5:23 p.m. |
Message ID | <4aacf9f4cdbccaaaa6ca.1470417819@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/16121/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py --- a/mercurial/cmdutil.py +++ b/mercurial/cmdutil.py @@ -549,7 +549,7 @@ def openrevlog(repo, cmd, file_, opts): if 'treemanifest' not in repo.requirements: raise error.Abort(_("--dir can only be used on repos with " "treemanifest enabled")) - dirlog = repo.dirlog(dir) + dirlog = repo.manifest.dirlog(dir) if len(dirlog): r = dirlog elif mf: