On Tue, Aug 12, 2008 at 9:10 PM, Georg <[EMAIL PROTECTED]> wrote: > Hi, > > when I select "revert file" from the UI, I get > > hunter[12]$ hgtk log > Traceback (most recent call last): > File > "/home/hunter/gwk/Desktop/repositories/tortoisehg-dev/hggtk/changeset.py", > line 729, in _revert_file > self.restore_cwd() > AttributeError: 'ChangeSet' object has no attribute 'restore_cwd' > > It appears to work if I comment out the self.restore_cwd().
That's a leftover on a cleanup earlier. I'll push a fix. Thanks for helping to catch it. > System details: Ubuntu 8.04.1, Python 2.5.2, Hg 1.0.1, TortoiseHg > 1be016d6544e. > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

