]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.h
de.po
[lyx.git] / src / LyXVC.h
index 27d935ed737177959daf66755679ad779fdf780b..d3dc1c6ff8d4887976aa500626e1f7548f0c958b 100644 (file)
@@ -12,6 +12,7 @@
 #ifndef LYX_VC_H
 #define LYX_VC_H
 
+#include "support/docstring.h"
 #include "support/unique_ptr.h"
 
 #include <string>
@@ -48,6 +49,8 @@ public:
        };
        ///
        LyXVC();
+       /// Status of the underlying VCS
+       docstring vcstatus() const;
        /// Is \p fn under version control?
        static bool fileInVC(support::FileName const & fn);
        /** Not a good name perhaps. This function should be called whenever
@@ -173,7 +176,8 @@ public:
                Tree = 2,
                Author = 3,
                Date = 4,
-               Time = 5
+               Time = 5,
+               FileAbbrev = 6
        };
 
        /**