Issue 290: Context Menu not working http://bitbucket.org/tortoisehg/stable/issue/290/context-menu-not-working
Steve Borho / sborho on Sun, 14 Jun 2009 22:20:44 +0200: Comment: One thing I've noticed in all your examples is that the context menu is operating in 'Files selected' mode even when you are not inside of a repository. I suspect the userconf command is not expecting any arguments and is failing. Ie: on the command line you can try: hgtk userconf D:\ and you'll likely get a command parsing error. The Python cmenu code had a check in it to see if the file list was a single directory and pretend that the user had opened a no-files-selected menu inside of that directory. I don't think the C++ cmenu does this. This is the source of _some_ of the confusion. -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
