mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
temp
This commit is contained in:
parent
940e7eda6b
commit
3b19e96333
2 changed files with 7 additions and 7 deletions
|
@ -58,14 +58,8 @@ var commandConfig = {
|
|||
'-r'
|
||||
],
|
||||
delegate: function(engine, command) {
|
||||
command.acceptNoGeneralArgs();
|
||||
command.prependOptionR();
|
||||
var options = command.getOptionsMap();
|
||||
if (!options['-r']) {
|
||||
throw new GitError({
|
||||
msg: intl.str('git-error-options')
|
||||
});
|
||||
}
|
||||
command.setGeneralArgs(options['-r']);
|
||||
return {
|
||||
vcs: 'git',
|
||||
name: 'cherrypick'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue