OSDN Git Service

Add "SVN Rebase" and "SVN DCommit" command at shell contextmenu
[tortoisegit/TortoiseGitJp.git] / src / TortoiseShell / Globals.h
index fca182b..34acb3b 100644 (file)
@@ -45,8 +45,8 @@
 #define MENUCREATEPATCH                0x0000000001000000\r
 #define MENUAPPLYPATCH         0x0000000002000000\r
 //#define MENUREVISIONGRAPH    0x0000000004000000\r
-//#define MENULOCK                     0x0000000008000000\r
-//#define MENUUNLOCK           0x0000000010000000\r
+#define MENUSVNREBASE          0x0000000008000000\r
+#define MENUSVNDCOMMIT         0x0000000010000000\r
 #define MENUPROPERTIES         0x0000000020000000\r
 //#define MENUURLDIFF          0x0000000040000000\r
 #define MENUDELUNVERSIONED     0x0000000080000000\r
@@ -114,4 +114,5 @@ enum FileState
 #define ITEMIS_PATHINCLIPBOARD      0x00010000\r
 #define ITEMIS_TWO                                     0x00020000\r
 #define ITEMIS_SUBMODULE                       0x00040000\r
+#define ITEMIS_GITSVN                          0x00080000\r
 \r