2009/8/4 Andreas Tscharner <a...@vis.ethz.ch>: > Hello World, > > When I tried to view a changelog from my project(hgtk log), I got the > following exception > > {{{ > #!python > ** Please report this bug to tortoisehg-discuss@lists.sourceforge.net or > http://bitbucket.org/tortoisehg/stable/issues > ** Mercurial version (1.3.1). TortoiseHg version (unknown) > ** Command: log > ** CWD: /home/andy/Programming/Projects/oir > ** Extensions loaded: mq > Traceback (most recent call last): > File "/home/andy/util/src/hgtk/stable/hggtk/hgtk.py", line 49, in > dispatch > return _runcatch(u, args) > File "/home/andy/util/src/hgtk/stable/hggtk/hgtk.py", line 169, in > _runcatch > return runcommand(ui, args) > File "/home/andy/util/src/hgtk/stable/hggtk/hgtk.py", line 232, in > runcommand > return func(ui, *args, **cmdoptions) > File "/home/andy/util/src/hgtk/stable/hggtk/hgtk.py", line 346, in log > gtkrun(run, ui, *pats, **opts) > File "/home/andy/util/src/hgtk/stable/hggtk/hgtk.py", line 252, in gtkrun > win.display() > File "/home/andy/util/src/hgtk/stable/hggtk/gdialog.py", line 213, in > display > self._setup_gtk() > File "/home/andy/util/src/hgtk/stable/hggtk/gdialog.py", line 355, in > _setup_gtk > body = self.get_body() > File "/home/andy/util/src/hgtk/stable/hggtk/history.py", line 483, in > get_body > self.colmenu.set_menu(self.view_menu()) > File "/home/andy/util/src/hgtk/stable/hggtk/history.py", line 200, in > view_menu > button.set_active(self.branch_color) > AttributeError: 'GLog' object has no attribute 'branch_color' > > }}} > > a...@shannara:~/util/src/hgtk/stable$ hg id > 3290e5efe24a tip
Could you try this command in your hgtk repo? hg --config extensions.purge purge --all I suspect you have some old pyc files causing you trouble. -- Steve ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tortoisehg-discuss mailing list Tortoisehg-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss