commit b74b98fcd3bdd5901ab3d3b53b688e24f004afc4 parent 10672ab4c9d7ac9e298290713d8128ecda278cbf Author: lostd <lostd@2f30.org> Date: Sat, 14 Dec 2013 12:01:26 +0200 Naming consistency Diffstat:
M | cvspast | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cvspast b/cvspast @@ -1,7 +1,7 @@ #!/bin/sh # prints iterative diffs for a given file in cvs -# unless n is given it defaults to three diffs in the past +# unless count is given it defaults to three diffs in the past # assumes all revision numbers start with '1.' # needs: cvs @@ -30,7 +30,7 @@ if test -z "$CUR"; then exit 2 fi -# n is at most as large as the cur revision +# count is at most as large as the cur revision test $N -le $CUR || N=$CUR echo "HEAD is revision 1.$CUR"