hi,<br><br>Don&#39;t raise a ValueError when the user passes dotted revnos in the wrong order to log<br>&nbsp;&nbsp;&nbsp; (eg. `bzr log -r 1.1.1..1`), by comparing revision ids in stead of revnos.<br>&nbsp;&nbsp;&nbsp; This is needed because for some reason we always get a revno=1 for dotted revnos,<br>
&nbsp;&nbsp;&nbsp; which was allowed past this validation.<br><br>I added a assertRevnos() to the blackbox test but didn&#39;t refactor the other tests<br>to use it because of all the other log changes in BundleBuddy and I didn&#39;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>