Mercurial > hg
comparison tests/test-inherit-mode.t @ 20780:403f1f73d30f
revset: try to handle hyphenated symbols if lookup callback is available
Formerly an expression like "2.4-rc::" was tokenized as 2.4|-|rc|::.
This allows dashes in symbols iff the whole symbol-like string can be
looked up. Otherwise, it's tokenized as a series of symbols and
operators.
No attempt is made to accept dashed symbols inside larger symbol-like
string, for instance foo-bar or bar-baz inside foo-bar-baz.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 18 Mar 2014 17:54:42 -0500 |
parents | 7d4219512823 |
children | 7a9cbb315d84 |
comparison
equal
deleted
inserted
replaced
20779:ffc2295c6b80 | 20780:403f1f73d30f |
---|