On Thu, Jan 22, 2009 at 8:30 AM, Peter Arrenbrecht <[email protected]> wrote: > On Wed, Jan 21, 2009 at 8:21 PM, Steve Borho <[email protected]> wrote: >> On Wed, Jan 21, 2009 at 12:28 PM, Radu Ux D. <[email protected]> wrote: >>> >>> Hi >>> >>> I am using Ubuntu Hardy. I installed hgtk as in >>> http://tortoisehg.wiki.sourceforge.net/hgtk >>> >>> Trying to running it I get >>> r...@arnhem:~/tmp$ hgtk help >>> Traceback (most recent call last): >>> File "/usr/bin/hgtk", line 475, in <module> >>> sys.exit(dispatch(sys.argv[1:])) >>> File "/usr/bin/hgtk", line 36, in dispatch >>> return _runcatch(u, args) >>> File "/usr/bin/hgtk", line 76, in _runcatch >>> return runcommand(ui, args) >>> File "/usr/bin/hgtk", line 101, in runcommand >>> cmd, func, args, options, cmdoptions = _parse(ui, args) >>> File "/usr/bin/hgtk", line 49, in _parse >>> aliases, i = cmdutil.findcmd(cmd, table, ui.config("ui", "strict")) >>> File "/usr/local/lib/python2.5/site-packages/mercurial/cmdutil.py", >>> line 51, in findcmd >>> choice = findpossible(ui, cmd, table) >>> File "/usr/local/lib/python2.5/site-packages/mercurial/cmdutil.py", >>> line 28, in findpossible >>> for e in table.keys(): >>> AttributeError: 'NoneType' object has no attribute 'keys' >> >> Tip TortoiseHG requires Mercurial 1.1 or later. Version 1.0.1 is shipped >> with >> Ubuntu 8.10. There's a link on the Mercurial wiki to this page: >> >> https://launchpad.net/~maxb/+archive >> >> Perhaps the packages there will work for you. The other option is to >> install mercurial >> by hand. Be aware that the tip of main will also not work, so you need to >> use hg-stable >> or one of the tagged releases. > > I have just updated > > http://bitbucket.org/parren/thg-hg-crew-tip/ > > so it works against the tip of Mercurial crew again (mainly exceptions > moved to error.py).
IIRC, Steve already did that too. Right, Steve? ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

