C. Michael Pilato wrote on Tue, Dec 20, 2011 at 15:28:03 -0500: > On 12/20/2011 03:26 PM, Greg Stein wrote: > > Do we do this on the command line, too? I was just thinking about that > > the other day, when I cut/pasted a command line kinda like: > > > > $ svn diff -c r99999 > > > > ... then I went back and removed the 'r'. Maybe I should just look myself? > > :-P > > We allow that syntax, yes.
And viewvc supports it, too. Now I suppose I should lobby people to change the ASCII code of 'r' to 48 so that we don't have to change _every_ _single_ _place_ that parses revnums from strings.