Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 14232:df2399663392
rename util.set_flags to setflags
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 06 May 2011 15:22:31 +0200 |
parents | 21b8ce4d3331 |
children | a55a0045704c d6907a5674a2 |
line wrap: on
line diff
--- a/mercurial/localrepo.py Fri May 06 15:19:48 2011 +0200 +++ b/mercurial/localrepo.py Fri May 06 15:22:31 2011 +0200 @@ -659,7 +659,7 @@ else: self.wopener.write(filename, data) if 'x' in flags: - util.set_flags(self.wjoin(filename), False, True) + util.setflags(self.wjoin(filename), False, True) def wwritedata(self, filename, data): return self._filter(self._decodefilterpats, filename, data)