Posted by
Gregg Sporar
on
Tuesday, July 06, 2010
This post just in from Will West...
Something we've been meaning to get around to for a while is a Plugin
for Windows Explorer. It turns out you can fake one pretty
well with a SendTo item. All you have to do is make a file in
C:\Documents and Settings\YOU\SendTo\ named ReviewChanges.bat with the
following content:
ccollab addchanges ask %*
Now when you right click on a file or directory you can "Send To >
ReviewChanges.bat".
And there you have it, a more TortoiseXXX friendly interface for your favorite code review tool.