summaryrefslogtreecommitdiff
path: root/scripts/cvslastlog
Side-by-side diff
Diffstat (limited to 'scripts/cvslastlog') (more/less context) (show whitespace changes)
-rw-r--r--scripts/cvslastlog8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/cvslastlog b/scripts/cvslastlog
new file mode 100644
index 0000000..7676a6a
--- a/dev/null
+++ b/scripts/cvslastlog
@@ -0,0 +1,8 @@
+#!/bin/sh
+# cvslastlog - prints log of last commit for a file
+# Depends on the version of the local file, not the one on the server
+# Requires cvsversion
+# David Faure, faure@kde.org
+
+cvs log -r`cvsversion $1` $1
+