##// END OF EJS Templates
treemanifest: allow setting flag to 't'...
Martin von Zweigbergk -
r28215:f7c5c784 default
parent child Browse files
Show More
@@ -639,7 +639,6 b' class treemanifest(object):'
639
639
640 def setflag(self, f, flags):
640 def setflag(self, f, flags):
641 """Set the flags (symlink, executable) for path f."""
641 """Set the flags (symlink, executable) for path f."""
642 assert 't' not in flags
643 self._load()
642 self._load()
644 dir, subpath = _splittopdir(f)
643 dir, subpath = _splittopdir(f)
645 if dir:
644 if dir:
General Comments 0
You need to be logged in to leave comments. Login now