changeset 7280 | 810ca383da9c |
parent 7236 | db6fbb785800 |
child 7514 | e54cf540c6ca |
--- a/mercurial/store.py Tue Oct 28 19:07:14 2008 +0100 +++ b/mercurial/store.py Tue Oct 28 19:25:26 2008 +0100 @@ -154,7 +154,6 @@ '''yields (unencoded, encoded, size)''' path = self.pathjoiner(self.path, relpath) striplen = len(self.path) + len(os.sep) - prefix = path[striplen:] l = [] if os.path.isdir(path): visit = [path]