Submitter | Martin von Zweigbergk |
---|---|
Date | March 26, 2015, 5:49 p.m. |
Message ID | <9c12d179874831c82113.1427392144@martinvonz.mtv.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/8300/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r c99862a28358 -r 9c12d1798748 mercurial/manifest.py --- a/mercurial/manifest.py Wed Mar 25 14:13:46 2015 -0700 +++ b/mercurial/manifest.py Thu Mar 26 09:42:21 2015 -0700 @@ -447,7 +447,7 @@ self._dirs[dir] = treemanifest(self._subpath(dir)) self._dirs[dir].__setitem__(subpath, n) else: - self._files[f] = n + self._files[f] = n[:21] # to match manifestdict's behavior def setflag(self, f, flags): """Set the flags (symlink, executable) for path f."""