mercurial/manifest.py
changeset 28215 f7c5c7847b53
parent 28207 43edd3003456
child 28240 1ac8ce137377
--- a/mercurial/manifest.py	Tue Feb 23 17:22:51 2016 -0800
+++ b/mercurial/manifest.py	Tue Feb 09 20:22:33 2016 -0800
@@ -639,7 +639,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: