While I can see why you want such a feature, I think it's really not worth
adding yet another entry to the already very crowded context menu.
Also I don't quite see the reason to pop up a dialog asking for a revision
number. Wouldn't it be enough to just show the log for the repo root? You
can t
Add accelerators to the log window to copy revisions to the clipboard:
Alt-Ctrl-C or Ctrl-R.
Note, as far as I can tell, this code is obsolete so I removed it:
void CLogDlg::CopySelectionToClipBoard() const
{
if ((GetKeyState(VK_CONTROL) & 0x8000) && ((GetKeyState(L'C') & 0x8000)
== 0) &&