Given that git uses 'commit', git-p4's 'sumbit' was a bit confusing at times;
often making me do 'git submit' and 'git-p4 commit' instead.
Signed-off-by: Marius Storm-Olsen <redacted>
Acked-By: Simon Hausmann <redacted>
Signed-off-by: Lars Hjemli <redacted>
Signed-off-by: Shawn O. Pearce <redacted>
commands = {
"debug" : P4Debug,
"submit" : P4Submit,
+ "commit" : P4Submit,
"sync" : P4Sync,
"rebase" : P4Rebase,
"clone" : P4Clone,