Your IP : 216.73.216.48


Current Path : /usr/X11R6/bin/X11/
Upload File :
Current File : //usr/X11R6/bin/X11/cvslastlog

#!/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"