From 6687bd8159bf5912501c2c996a9d68a1388e067c Mon Sep 17 00:00:00 2001 From: Frank Li Date: Fri, 19 Jun 2009 12:42:51 +0800 Subject: [PATCH] Update Help Document --- doc/source/en/TortoiseGit/tsvn_app_admins.xml | 41 ++++++++++++-- doc/source/en/TortoiseGit/tsvn_app_automation.xml | 69 +++++++++++++++++++++++ 2 files changed, 106 insertions(+), 4 deletions(-) diff --git a/doc/source/en/TortoiseGit/tsvn_app_admins.xml b/doc/source/en/TortoiseGit/tsvn_app_admins.xml index 1ace904..b96096a 100644 --- a/doc/source/en/TortoiseGit/tsvn_app_admins.xml +++ b/doc/source/en/TortoiseGit/tsvn_app_admins.xml @@ -223,6 +223,10 @@ msiexec /i TortoiseGit-1.4.0.msi ASPDOTNETHACK=TRUE Rename + 0x0000000000008000 + Submodule Update + + 0x0000000000010000 Diff @@ -235,6 +239,11 @@ msiexec /i TortoiseGit-1.4.0.msi ASPDOTNETHACK=TRUE Edit Conflicts + 0x0000000000080000 + Refence Browse + + + 0x0000000000100000 Check for modifications @@ -243,6 +252,10 @@ msiexec /i TortoiseGit-1.4.0.msi ASPDOTNETHACK=TRUE Ignore + 0x0000000000400000 + RefLog + + 0x0000000000800000 Blame @@ -255,12 +268,12 @@ msiexec /i TortoiseGit-1.4.0.msi ASPDOTNETHACK=TRUE Apply Patch - 0x0000000004000000 - Revision graph + 0x0000000080000000 + Delete unversion - 0x0000000020000000 - Properties + 0x0000000200000000 + Rev Diff 0x0000000800000000 @@ -299,6 +312,26 @@ msiexec /i TortoiseGit-1.4.0.msi ASPDOTNETHACK=TRUE Rebase + 0x0000100000000000 + Stash Save + + + 0x0000200000000000 + Stash Apply + + + 0x0000400000000000 + Stash List + + + 0x0000800000000000 + Submodule Add + + + 0x0001000000000000 + Submodule Sync + + 0x2000000000000000 Settings diff --git a/doc/source/en/TortoiseGit/tsvn_app_automation.xml b/doc/source/en/TortoiseGit/tsvn_app_automation.xml index 6beccb4..d8acf74 100644 --- a/doc/source/en/TortoiseGit/tsvn_app_automation.xml +++ b/doc/source/en/TortoiseGit/tsvn_app_automation.xml @@ -451,6 +451,75 @@ Don't touch these lines: . + + :pull + + Pull change from remote repository + . + + + + :push + + Push change to remote repository + . + + + + :rebase + + Rebase commits to special commit. + . + + + + :stashsave + + . + + + + :stashapply + + . + + + + :stashapply + + . + + + + :subadd + + . + + + + :subupdate + + . + + + + :subsync + + . + + + + :reflog + + . + + + + :refbrowse + + . + +