Test case for issue 337?

Marcos Chaves marcos.nospam at gmail.com
Mon Nov 20 04:13:23 UTC 2006


Hi,

not sure if this is related to issue 337 or if 'hg grep' is still not
clear to me. Here's what doesn't seem to be right:

What's the last time a line with pywintypes was changed on mercurial/util.py?

> hg grep --all pywintypes mercurial/util.py

This gives me a '+' result on rev. 2076. But if I run:

> hg annotate -r 2076 mercurial/util.py | grep pywintypes

I can see that lines with this string were added or changed on rev.
2024 and 2026, but not on 2076. Why did grep returned 2076? Also:

> hg diff -r 2053 -r 2054 mercurial/util.py | grep pywintypes

References to the string were removed on rev. 2054, but 'hg grep
--all' doesn't show them.

Are these the expected results? I get the same results on hg from the crew repo.

Thanks,

-Marcos



More information about the Mercurial-devel mailing list