sa...@lyx.org schreef:
Author: sanda
Date: Wed Mar 31 23:25:05 2010
New Revision: 33993
URL: http://www.lyx.org/trac/changeset/33993
Log:
Unintentional part of previewinset stuff
Modified:
lyx-devel/trunk/lib/ui/stdmenus.inc
Modified: lyx-devel/trunk/lib/ui/stdmenus.inc
==============================================================================
--- lyx-devel/trunk/lib/ui/stdmenus.inc Wed Mar 31 23:24:16 2010 (r33992)
+++ lyx-devel/trunk/lib/ui/stdmenus.inc Wed Mar 31 23:25:05 2010 (r33993)
@@ -70,13 +70,13 @@
Menu "file_vc"
OptItem "Register...|R" "vc-register"
- OptItem "Check In Changes...|I" "vc-command DR \".\" \"TortoiseProc
/command:commit /path:$$p\""
- OptItem "Check Out for Edit|O" "vc-command DR \".\" \"TortoiseProc
/command:update /path:$$p\""
+ OptItem "Check In Changes...|I" "vc-check-in"
+ OptItem "Check Out for Edit|O" "vc-check-out"
OptItem "Update Local Directory From Repository|d"
"vc-repo-update"
- OptItem "Revert to Repository Version|v" "vc-command DR \".\"
\"TortoiseProc /command:revert /path:$$p\""
+ OptItem "Revert to Repository Version|v" "vc-revert"
OptItem "Undo Last Check In|U" "vc-undo-last"
OptItem "Compare with Older Revision|C" "vc-compare"
- OptItem "Show History...|H" "vc-command D \".\" \"TortoiseProc
/command:log /path:$$p\""
+ OptItem "Show History...|H" "dialog-show vclog"
OptItem "Use Locking Property|L" "vc-locking-toggle"
End
Oops.. sorry. This is the disadvantage of svn over git.
By the way, the git repository seems to be sleeping since oktober or so ?
Vincent