mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-30 17:54:28 +02:00
a bunch of keys from level directory
This commit is contained in:
parent
3adec8d88a
commit
9048f09d9f
7 changed files with 665 additions and 349 deletions
|
@ -1,4 +1,5 @@
|
|||
var _ = require('underscore');
|
||||
var intl = require('../intl');
|
||||
|
||||
var GitCommands = require('../git/commands');
|
||||
|
||||
|
@ -20,7 +21,7 @@ DisabledMap.prototype.getInstantCommands = function() {
|
|||
var instants = [];
|
||||
var onMatch = function() {
|
||||
throw new GitError({
|
||||
msg: 'That git command is disabled for this level!'
|
||||
msg: intl.str('command-disabled')
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue