comparison tests/test-treediscovery-legacy.t @ 23843:c4d0c3d05721

revset: factor out composing error message for ParseError to reuse This patch defines the composing function not in "ParseError" class but in "revset" module, because: - "_()" shouldn't be used in "ParseError", to avoid adding "from i18n import _" i18n" to "error" module - generalizing message composition of"ParseError" for all code paths other than revset isn't the purpose of this patch we should also take care of showing "unexpected leading whitespace" for some code paths, to generalize widely.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Sat, 10 Jan 2015 23:18:11 +0900
parents 7a9cbb315d84
children b5c8ee72debc
comparison
equal deleted inserted replaced
23842:91dbb98b3513 23843:c4d0c3d05721