Submitter | Augie Fackler |
---|---|
Date | Aug. 5, 2016, 9:45 p.m. |
Message ID | <213fc73c4433d4cc0152.1470433502@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/16133/ |
State | Accepted |
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: