committed your patch in r29527 but I changed it slightly so that your new menu entry only shows when shift is pressed (extended menu).
The reason that showing an old revision range from an existing log dialog is very slow is the peg revision. You see, the log dialog is usually started to show the log from HEAD. So the HEAD revision is used as the peg revision to then show the revision range you specify. Setting the peg revision to HEAD is necessary in case the branch you're showing the log for was renamed or was created after the revision range you specify. And the context menu 'verb' string is used when using the ShellExecute or ShellExecuteEx API: https://learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shellexecutea There you can specify a path and a verb. It's not really necessary to implement those, but it doesn't hurt. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to tortoisesvn+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/1b2dda9a-8398-4d8b-a2e8-87b389231696n%40googlegroups.com.