PreviousNextTracker indexSee it online !

(156/161) 3614909 - VersionControlsService ActionContext: vcs.actions.xml

We need some way to specify versioncontrolservice context actionsets.
I want the same shortcut to do a "svn commit" when I am using svn and a "git commit" when i am using git.
Same goes for blame.
But for SVN, I want to have "update" bound to the same shortcut as git's "pull --rebase".
And for "checkout", the two commands are really different between and git, so it might not make sense to associate them to each other.

So I guess we need a flexible way of defining 'abstract' common actionsets in the base VersionControlService, and then overriding the list in the derived classes.

Submitted ezust - 2013-08-14 - 05:47:19z Assigned nobody
Priority 5 Category Project Viewer
Status Open Group None
Resolution None Visibility No

Comments

2013-08-14 - 21:57:22z
ezust
They can be defined in a "vcs.actions.xml" file, in a similar way to how the browser.actions.xml is defined.

Attachments