[PATCH 0 of 1] Tidy up handling of exact matches in walk code
Bryan O'Sullivan
bos at serpentine.com
Thu Aug 18 22:03:55 UTC 2005
Several UI commands display messages for names that do or do not exactly
match names given on the command line. This code cleans them up into
one place and makes the matching more reliable.
<b
-------------- next part --------------
2 files changed, 87 insertions(+), 85 deletions(-)
mercurial/commands.py | 34 ++++++------
tests/test-walk.out | 138 ++++++++++++++++++++++++-------------------------
More information about the Mercurial
mailing list