|
205 | 205 | ${BRANCH_FRIENDLY_NAME} Friendly name of selected branch, contains ${REMOTE} part for remote branches |
206 | 206 | ${SHA} Selected commit's hash |
207 | 207 | ${TAG} Selected tag |
| 208 | + ${FILE} Selected file, relative to repository root |
208 | 209 | $1, $2 ... Input control values</x:String> |
209 | 210 | <x:String x:Key="Text.Configure.CustomAction.Executable" xml:space="preserve">Executable File:</x:String> |
210 | 211 | <x:String x:Key="Text.Configure.CustomAction.InputControls" xml:space="preserve">Input Controls:</x:String> |
|
213 | 214 | <x:String x:Key="Text.Configure.CustomAction.Scope" xml:space="preserve">Scope:</x:String> |
214 | 215 | <x:String x:Key="Text.Configure.CustomAction.Scope.Branch" xml:space="preserve">Branch</x:String> |
215 | 216 | <x:String x:Key="Text.Configure.CustomAction.Scope.Commit" xml:space="preserve">Commit</x:String> |
| 217 | + <x:String x:Key="Text.Configure.CustomAction.Scope.File" xml:space="preserve">File</x:String> |
216 | 218 | <x:String x:Key="Text.Configure.CustomAction.Scope.Remote" xml:space="preserve">Remote</x:String> |
217 | 219 | <x:String x:Key="Text.Configure.CustomAction.Scope.Repository" xml:space="preserve">Repository</x:String> |
218 | 220 | <x:String x:Key="Text.Configure.CustomAction.Scope.Tag" xml:space="preserve">Tag</x:String> |
|
256 | 258 | <x:String x:Key="Text.ConfigureCustomActionControls.Label" xml:space="preserve">Label:</x:String> |
257 | 259 | <x:String x:Key="Text.ConfigureCustomActionControls.Options" xml:space="preserve">Options:</x:String> |
258 | 260 | <x:String x:Key="Text.ConfigureCustomActionControls.Options.Tip" xml:space="preserve">Use '|' as delimiter for options</x:String> |
259 | | - <x:String x:Key="Text.ConfigureCustomActionControls.StringValue.Tip" xml:space="preserve">The built-in variables ${REPO}, ${REMOTE}, ${BRANCH}, ${BRANCH_FRIENDLY_NAME}, ${SHA}, and ${TAG} remain available here</x:String> |
| 261 | + <x:String x:Key="Text.ConfigureCustomActionControls.StringValue.Tip" xml:space="preserve">The built-in variables ${REPO}, ${REMOTE}, ${BRANCH}, ${BRANCH_FRIENDLY_NAME}, ${SHA}, ${FILE}, and ${TAG} remain available here</x:String> |
260 | 262 | <x:String x:Key="Text.ConfigureCustomActionControls.Type" xml:space="preserve">Type:</x:String> |
261 | 263 | <x:String x:Key="Text.ConfigureWorkspace" xml:space="preserve">Workspaces</x:String> |
262 | 264 | <x:String x:Key="Text.ConfigureWorkspace.Color" xml:space="preserve">Color</x:String> |
|
385 | 387 | <x:String x:Key="Text.Fetch.Remote" xml:space="preserve">Remote:</x:String> |
386 | 388 | <x:String x:Key="Text.Fetch.Title" xml:space="preserve">Fetch Remote Changes</x:String> |
387 | 389 | <x:String x:Key="Text.FileCM.AssumeUnchanged" xml:space="preserve">Assume unchanged</x:String> |
| 390 | + <x:String x:Key="Text.FileCM.CustomAction" xml:space="preserve">Custom Action</x:String> |
388 | 391 | <x:String x:Key="Text.FileCM.Discard" xml:space="preserve">Discard...</x:String> |
389 | 392 | <x:String x:Key="Text.FileCM.DiscardMulti" xml:space="preserve">Discard {0} files...</x:String> |
390 | 393 | <x:String x:Key="Text.FileCM.ResolveUsing" xml:space="preserve">Resolve Using ${0}$</x:String> |
|
0 commit comments