Fix 'svn blame -rX' to do the intuitive thing: translate '-rX' into '-r1:X'. * subversion/clients/cmdline/blame-cmd.c (svn_cl__blame): Added a check to see if only the start revision was specified, and alter the start and end revision to produce the desired output.