Submitter | Martin von Zweigbergk |
---|---|
Date | Feb. 22, 2016, 6:45 a.m. |
Message ID | <CAESOdVBigxotf-wL8gExd+rpzpB1X8GnLmJGc9jcZC76LhUhNw@mail.gmail.com> |
Download | mbox | patch |
Permalink | /patch/13285/ |
State | Accepted |
Headers | show |
Comments
On 02/22/2016 07:45 AM, Martin von Zweigbergk wrote: > # HG changeset patch > # User Martin von Zweigbergk <martinvonz@google.com> > # Date 1455078153 28800 > # Tue Feb 09 20:22:33 2016 -0800 > # Node ID 3408edeb530fba97130a9541b50d0e3fe0fdd50d > # Parent 3db70405779e6da52bd6fd45ced2e3cc669fce4d > treemanifest: allow setting flag to 't' Pushed to the clowncopter, thanks.
Patch
diff -r 3db70405779e -r 3408edeb530f mercurial/manifest.py --- a/mercurial/manifest.py Fri Feb 12 18:39:48 2016 +0900 +++ b/mercurial/manifest.py Tue Feb 09 20:22:33 2016 -0800 @@ -627,7 +627,6 @@ def setflag(self, f, flags): """Set the flags (symlink, executable) for path f.""" - assert 't' not in flags self._load() dir, subpath = _splittopdir(f) if dir: