Hi all, I just saw the very recent checkin:
[d59455e3f2] Leaf: Change 'checkin-count' to simply 'checkins' to keep the output aligned. While this seems to be an easy change, now the "dbstat" command outputs "checkin-count" while the "info" command outputs "checkins". And because the "dbstat" outputs quite a few other "counts" as well, you cannot easily change it to "checkins" there as well as otherwise consistency between the entries of the "dbstat" output would be broken. If aligning the output is wanted, then I think you'll have to indent the second column of the other lines of the "info" output by one more space, then it nicely aligns even with "checkin-count". Interestingly the two outputs produce different data (but that's another matter): $ fossil info | grep checkin checkin-count: 10 $ fossil dbstat | grep checkin checkin-count: 11 Greetings, Stefan -- Stefan Bellon _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

