X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVCBackend.h;h=3dbf5579719900473e755ce18233aae9c450eaba;hb=78fa6abc083a99cc0b1e536a43c3a7da91d9fdb7;hp=5832f11d8f01859c1f6b788a8b83a332838fd999;hpb=ba00acbd6583d33f358a01d42965ea7e0ed9ec54;p=lyx.git diff --git a/src/VCBackend.h b/src/VCBackend.h index 5832f11d8f..3dbf557971 100644 --- a/src/VCBackend.h +++ b/src/VCBackend.h @@ -91,6 +91,10 @@ protected: /// parse information from the version file virtual void scanMaster() = 0; + /// 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 int doVCCommand(std::string const & cmd, support::FileName const & path, bool reportError = true); /**