Ticket Change Details
Not logged in
Overview

Artifact ID: c94c4cc6a682fce26a6849348df22cad135dd54c
Ticket: 15f44789de1acaa39f094d6bf1771a01b3d9eeb5
Restore rstats command
User & Date: anonymous 2010-08-17 13:39:59
Changes

  1. comment changed to:
    While not a big deal, the rstats command was nice.  It went away after the GPL -> BSD conversion.
    
    It worked like so (which should be enough for a clean room reimplementation):
    
    <verbatim>
    $ fossil help rstats
    Usage: fossil rstats
    
    Deliver a report of the repository statistics for the
    current checkout.
    
    $ fossil rstats
     Number of Artifacts: 7691
      2251 full text + 5440 delta blobs
     41348 bytes average, 318009144 bytes total
    
      Number Of Checkins: 1811
         Number Of Files: 362
    Number Of Wiki Pages: 20
       Number Of Tickets: 494
     Duration Of Project: 1123 days
    </verbatim>
    
    It would be nice to have it back.
    
  2. foundin changed to: "391ef2853b"
  3. severity changed to: "Minor"
  4. status changed to: "Open"
  5. title changed to: "Restore rstats command"
  6. type changed to: "Feature_Request"