comparison mercurial/scmutil.py @ 21569:c5afb07c33d3 stable

alias: handle shlex error in command aliases No command should fail with ValueError just because there is unparseable alias definition. It returns 1 like other badalias handlers, but should be changed to 255 in a later version because we use 255 for general command error.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 17 May 2014 13:06:16 +0900
parents 9d28fd795215
children 764b691b8bda
comparison
equal deleted inserted replaced
21568:8dd17b19e722 21569:c5afb07c33d3