Mercurial > public > mercurial-scm > hg
diff mercurial/util.py @ 8778:c5f36402daad
use new style classes
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Wed, 10 Jun 2009 15:10:21 +0200 |
parents | a87c41f65aff |
children | 7a9151bc5b37 |
line wrap: on
line diff
--- a/mercurial/util.py Wed Jun 10 03:20:20 2009 +0200 +++ b/mercurial/util.py Wed Jun 10 15:10:21 2009 +0200 @@ -749,7 +749,7 @@ raise return temp -class atomictempfile: +class atomictempfile(object): """file-like object that atomically updates a file All writes will be redirected to a temporary copy of the original