From f048ed70eed4a7e8d806ebc4ef90ef3d0ebb0e85 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 13 Jan 2009 21:40:37 +0000 Subject: [PATCH] * LFUNs.lyx git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28139 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/doc/LFUNs.lyx | 61 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx index 5d8f26349a..8cddd946a5 100644 --- a/lib/doc/LFUNs.lyx +++ b/lib/doc/LFUNs.lyx @@ -49,7 +49,7 @@ theorems-ams \begin_body \begin_layout Section* -LFUNs documentation automatically generated 11.01.2009. +LFUNs documentation automatically generated 13.01.2009. \end_layout \begin_layout Standard @@ -4073,6 +4073,65 @@ Syntax vc-check-out Origin Lgb, 1 Jul 1997 \end_layout +\begin_layout Subsection* +LFUN_VC_COMMAND +\end_layout + +\begin_layout Description +Action Executes external command. + This command is intended to support additonal VCS commands. + +\end_layout + +\begin_layout Description +Syntax vc-command +\end_layout + +\begin_layout Description +Params : Flags for the command can be combined together. + +\begin_inset Newline newline +\end_inset + + U - dUmmy - no flags +\begin_inset Newline newline +\end_inset + + D - Doc - need document loaded to proceed +\begin_inset Newline newline +\end_inset + + I - dIrty - mark document dirty +\begin_inset Newline newline +\end_inset + + R - Reload - reload the document after command execution +\begin_inset Newline newline +\end_inset + + M - Message - ask for input string (commit message) +\begin_inset Newline newline +\end_inset + + : path where to start. + $$p will be replaced by the current document path. + +\begin_inset Newline newline +\end_inset + + : command to execute. + $$i/$$p/$$m will be replaced by the current document/path/message. + +\end_layout + +\begin_layout Description +Sample vc-command DR $$p "svn up" +\end_layout + +\begin_layout Description +Origin sanda, 13 Jan 2009 +\end_layout + \begin_layout Subsection* LFUN_CHANGES_TRACK \end_layout -- 2.39.2