From bd9e6617827818fd043452c08c606f07b78014a0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- scripts/cvslastlog | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/cvslastlog (limited to 'scripts/cvslastlog') diff --git a/scripts/cvslastlog b/scripts/cvslastlog new file mode 100755 index 00000000..d1b45812 --- /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 -N -r`cvsversion $1` $1 + -- cgit v1.2.1