Submitter | phabricator |
---|---|
Date | Jan. 30, 2021, 1:39 a.m. |
Message ID | <differential-rev-PHID-DREV-cjkduzqc5feoskc43cut-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48232/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/subrepoutil.py b/mercurial/subrepoutil.py --- a/mercurial/subrepoutil.py +++ b/mercurial/subrepoutil.py @@ -105,7 +105,7 @@ return src state = {} - for path, src in p[b''].items(): + for path, src in p.items(b''): kind = b'hg' if src.startswith(b'['): if b']' not in src: