more progress on arrows and stuff

This commit is contained in:
Peter Cottle 2012-09-17 13:12:42 -07:00
parent cc65ae7491
commit a229bc2f41
7 changed files with 30 additions and 14 deletions

View file

@ -100,6 +100,12 @@ var Command = Backbone.Model.extend({
git <command> [<args>] \
")
});
}],
[/^refresh$/, function() {
events.trigger('refreshTree');
throw new CommandResult({
msg: "Refreshing tree..."
});
}]
];
},