From: Pavel Sanda Date: Sat, 6 Nov 2010 12:32:47 +0000 (+0000) Subject: Comment X-Git-Tag: 2.0.0~1957 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=04e6076ebb889a3215eaa4ff5cb200822611185c;p=features.git Comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36162 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/VCBackend.h b/src/VCBackend.h index 8042fc0577..3dbf557971 100644 --- a/src/VCBackend.h +++ b/src/VCBackend.h @@ -91,8 +91,8 @@ protected: /// 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