hi,<br><br>Don't raise a ValueError when the user passes dotted revnos in the wrong order to log<br> (eg. `bzr log -r 1.1.1..1`), by comparing revision ids in stead of revnos.<br> This is needed because for some reason we always get a revno=1 for dotted revnos,<br>
which was allowed past this validation.<br><br>I added a assertRevnos() to the blackbox test but didn't refactor the other tests<br>to use it because of all the other log changes in BundleBuddy and I didn't want<br>
to cause unnecessary conflicts. (I can do that when all the other log changes have landed)<br><br>regards<br>marius<br>