We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778169a commit 32c19fbCopy full SHA for 32c19fb
1 file changed
server/cloud9/ext/hg/index.js
@@ -38,7 +38,7 @@ sys.inherits(ShellHgPlugin, Plugin);
38
"commands": {}
39
}};
40
41
- out.replace(/[\s]{3,4}([\w]+)[\s]+(.*)\n/gi, function(m, sub, hint) {
+ out.replace(/([\w]+)[\s]{3,5}([\w].+)\n/gi, function(m, sub, hint) {
42
hghelp.hg.commands[sub] = _self.augmentCommand(sub, {"hint": hint});
43
});
44
onfinish();
0 commit comments