Bugs item #1867778, was opened at 2008-01-09 10:52 Message generated for change (Settings changed) made by sborho You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968354&aid=1867778&group_id=199155
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: nautilus Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Context menu does'nt have all the options Initial Comment: After following all the instructions in http://tortoisehg.wiki.sourceforge.net/Nautilus and execute nautilus --no-desktop, when you select a folder that contains a repo, you get the following output: Traceback (most recent call last): File "/home/gotche/.nautilus/python-extensions/nautilus-thg.py", line 375, in get_file_items changes = repo.dirstate.status(localpaths, util.always, True, True) AttributeError: 'dirstate' object has no attribute 'status' If you double-click in the folder containing the repo, you get more output: Traceback (most recent call last): File "/home/gotche/.nautilus/python-extensions/nautilus-thg.py", line 234, in get_background_items if len(repo.workingctx().parents()) > 1: AttributeError: 'localrepository' object has no attribute 'workingctx' Traceback (most recent call last): File "/home/gotche/.nautilus/python-extensions/nautilus-thg.py", line 466, in update_file_info emblem, status = self._get_file_status(repo, localpath) File "/home/gotche/.nautilus/python-extensions/nautilus-thg.py", line 432, in _get_file_status changes = repo.dirstate.status([localpath], util.always, True, True) AttributeError: 'dirstate' object has no attribute 'status' A right-click in the folder gets a standard context menu. No repo related items can be found in this menu. Thanks ---------------------------------------------------------------------- Comment By: Peter Ruibal (fmoo) Date: 2008-07-27 04:33 Message: Logged In: YES user_id=2006774 Originator: NO Parren's branch works pretty well with hg-crew tip: http://www.bitbucket.org/parren/thg-hg-crew-tip/ ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-05-27 00:50 Message: Logged In: NO Which version of Mercurial are you using? I just updated the instructions in the wiki page. Also, may you try it with the current tortoise-dev repository and see if still happens? ---------------------------------------------------------------------- Comment By: Steve Borho (sborho) Date: 2008-01-17 20:46 Message: Logged In: YES user_id=12062 Originator: NO I just fixed a bug in hglib; so now you can at least run all the hgtk dialogs using Mercurial 0.9.4 and above. ---------------------------------------------------------------------- Comment By: TK Soh (tksoh) Date: 2008-01-17 20:36 Message: Logged In: YES user_id=411637 Originator: NO Is this issue resolved using later Mercurial versions? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-10 03:06 Message: Logged In: NO I have 0.9.1-1ubuntu1 version. I'll try to upgrade thanks ---------------------------------------------------------------------- Comment By: Steve Borho (sborho) Date: 2008-01-09 11:02 Message: Logged In: YES user_id=12062 Originator: NO What version of Mercurial do you have installed? I suspect you need 0.9.5 or newer. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968354&aid=1867778&group_id=199155 ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
