summaryrefslogtreecommitdiff
path: root/scripts/cvslastlog
blob: 7676a6a01e76b3549d187dbb8fa596b73f8f1bfe (plain)
1
2
3
4
5
6
7
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