On Fri, Mar 4, 2011 at 8:22 AM, Stanimir Stamenkov <[email protected]> wrote: > Thu, 3 Mar 2011 18:23:51 -0500, /Jeff Alperin/: > >>> Steve means you should move 'Workbench' to the top menu ;-) . >> >> I've done that using Explorer Extensions Settings, but it does not >> show up, even if I move it to the top menu. If I move another menu >> option ("File History" for example) to the top menu, it DOES show up. >> So it seems that the Explorer Extensions Settings technique works, >> just not for moving the Workbench option to the top menu. > > There appears something wrong. I have "Hg Workbench" shown in the > top Explorer context menu all the time. Opening Explorer Extension > Settings reveal just "Commit" in the top menu list and there's a > "Workbench" entry in the sub menu item list on the right. I think > I've got "Hg Workbench" entry in the top Explorer context menu from > previous set up (using pre-release versions) and may be the > "Workbench" item is something else which doesn't seem to work as > expected.
There's a bug in the shellconf dialog related to the unconfigured default state. In the shell extension C++ code, if the user has never set a promoted items list it defaults to "commit, workbench". In shellconf, it only shows "commit" if it has never been configured. -- Steve Borho ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

