Warning, /sdk/kde-dev-scripts/doc/man-cvslastchange.1.docbook is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" ?> 0002 <!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ 0003 <!ENTITY cvslastchange "<command>cvslastchange</command>"> 0004 <!ENTITY CVS "<acronym>CVS</acronym>"> 0005 <!ENTITY % English "INCLUDE"> 0006 ]> 0007 0008 <refentry lang="&language;"> 0009 <refentryinfo> 0010 <author><personname><firstname>Ben</firstname><surname>Burton</surname></personname> 0011 <email>bab@debian.org</email></author> 0012 <date>2003-03-08</date> 0013 </refentryinfo> 0014 0015 <refmeta> 0016 <refentrytitle>&cvslastchange;</refentrytitle> 0017 <manvolnum>1</manvolnum> 0018 </refmeta> 0019 0020 <refnamediv> 0021 <refname>&cvslastchange;</refname> 0022 <refpurpose>Display the last change committed to &CVS; for a file</refpurpose> 0023 </refnamediv> 0024 0025 <refsynopsisdiv> 0026 <cmdsynopsis> 0027 &cvslastchange; 0028 <group><replaceable>file</replaceable></group> 0029 </cmdsynopsis> 0030 </refsynopsisdiv> 0031 0032 <refsect1> 0033 <title>Description</title> 0034 0035 <para>&cvslastchange; displays the last change committed to &CVS; for 0036 a file. It uses <command>cvs diff</command> and <command>cvs 0037 log</command> to do this.</para> 0038 0039 <para>&cvslastchange; works on any &CVS; branch, not just HEAD.</para> 0040 0041 <para>This utility is part of the &kde; Software Development Kit.</para> 0042 0043 </refsect1> 0044 0045 <refsect1> 0046 <title>See Also</title> 0047 0048 <para>cvslastlog(1) cvsrevertlast(1) cvs(1)</para> 0049 0050 </refsect1> 0051 0052 </refentry>