This commit is contained in:
Peter Cottle 2012-09-14 21:58:07 -07:00
parent a93a16f06f
commit 95277013e5
2 changed files with 61 additions and 5 deletions

View file

@ -156,7 +156,7 @@ OptionParser.prototype.getMasterOptionMap = function() {
},
reset: {
'--hard': false,
'--soft': false, // this will raise and error but we catch it in gitEngine
'--soft': false, // this will raise an error but we catch it in gitEngine
},
merge: {},
rebase: {},