out.w70 3.5KB

1234567891011121314151617181920212223242526272829
  1. Index: README.md
  2. ===================================================================
  3. --- README.md (revision 41)
  4. +++ README.md (working copy)
  5. @@ -3,7 +3,6 @@
  6.  3 ## About  3 ## About
  7.  4   4 
  8.  5 Coderev is a toolkit generates static side-by-side html pages for cod>  5 Coderev is a toolkit generates static side-by-side html pages for cod>
  9.  6 Typical use case is to generate diff pages for local modification in >  
  10.  7 workspace and send page link to teammates for code review.  6 workspace and send page link to teammates for code review.
  11.  8   7 
  12.  9 See [joyus.org/pub/coderev-demo](http://joyus.org/pub/coderev-demo) f>  8 See [joyus.org/pub/coderev-demo](http://joyus.org/pub/coderev-demo) f>
  13. @@ -18,9 +17,10 @@
  14.  18   17 
  15.  19 ## Usage of coderev.sh  18 ## Usage of coderev.sh
  16.  20   19 
  17.  21 Just type `./coderev.sh -h` to see the usage.  20 Just type `./coderev.sh --help` to see the usage.
  18.  22   21 
  19.  23  Usage:  22  Usage:
  20.    23 
  21.  24  coderev.sh [-r revision] [-w width] [-o outdir] [-y] [-d name>  24  coderev.sh [-r revision] [-w width] [-o outdir] [-y] [-d name>
  22.  25  [-F comment-file | -m 'comment...'] [file...]  25  [-F comment-file | -m 'comment...'] [file...]
  23.  26   26 
  24. @@ -145,3 +145,5 @@
  25. 145  specify column number where lines are bro> 145  specify column number where lines are bro>
  26. 146  wrapped for sdiff, default is no line wra> 146  wrapped for sdiff, default is no line wra>
  27. 147  -y, --yes do not prompt for overwriting 147  -y, --yes do not prompt for overwriting
  28.   148 
  29.   149 # EOF