Author: sanda
Date: Sat Nov 6 13:32:47 2010
New Revision: 36162
URL: http://www.lyx.org/trac/changeset/36162
Log:
Comment
Modified:
lyx-devel/trunk/src/VCBackend.h
Modified: lyx-devel/trunk/src/VCBackend.h
==============================================================================
--- lyx-devel/trunk/src/VCBackend.h Sat Nov 6 13:18:09 2010 (r36161)
+++ lyx-devel/trunk/src/VCBackend.h Sat Nov 6 13:32:47 2010 (r36162)
@@ -91,8 +91,8 @@
/// parse information from the version file
virtual void scanMaster() = 0;
- /// make a relative version identifier
- /// suitable for RCS and CVS
+ /// Prepare a version identifier suitable for RCS and CVS.
+ /// If needed converts last or relative number to the absolute revision.
bool makeRCSRevision(std::string const &version, std::string &revis)
const;
// GUI container for doVCCommandCall