##// END OF EJS Templates
scmutil: make shortest() respect disambiguation revset...
scmutil: make shortest() respect disambiguation revset The previous patch would let you use a shorter prefix if the prefix is unique within a configured revset. However, that's not very useful if there's no simple way of knowing what that shorter prefix is. This patch adapts the shortest() template function to use the shorter prefixes for nodes in the configured revset. This is currently extremely slow, because it calculates the revset for each call to shortest(). To make this faster, the next patch will start caching the revset instance. Ideally we'd cache a prefix tree instance instead. Differential Revision: https://phab.mercurial-scm.org/D4038

File last commit:

r31104:8346b2f0 default
r38879:6f7c9527 default
Show More
test-gendoc-ro.t
9 lines | 471 B | text/troff | Tads3Lexer
timeless
tests: splitting test-gendoc.t into per file tests...
r28809 #require docutils gettext
Augie Fackler
pager: move more behavior into core...
r30993 Error: the current ro localization has some rst defects exposed by
moving pager to core. These two warnings about references are expected
until the localization is corrected.
timeless
tests: splitting test-gendoc.t into per file tests...
r28809 $ $TESTDIR/check-gendoc ro
checking for parse errors
Pierre-Yves David
color: add the definition of '--color' in core...
r31104 gendoc.txt:58: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string.
gendoc.txt:58: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string.