out.side-by-side 3.6KB

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 code review.  5 Coderev is a toolkit generates static side-by-side html pages for code review.
  9.  6 Typical use case is to generate diff pages for local modification in svn/cvs  
  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) for a demo.  8 See [joyus.org/pub/coderev-demo](http://joyus.org/pub/coderev-demo) for a demo.
  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 broken and 145  specify column number where lines are broken and
  26. 146  wrapped for sdiff, default is no line wrapping 146  wrapped for sdiff, default is no line wrapping
  27. 147  -y, --yes do not prompt for overwriting 147  -y, --yes do not prompt for overwriting
  28.   148 
  29.   149 # EOF