hg log 'filename' not showing merges?

Giorgos Keramidas keramida at ceid.upatras.gr
Mon May 21 19:31:05 CDT 2007


On 2007-05-21 18:35, Leo Razoumov <slonik.az at gmail.com> wrote:
>On 5/21/07, Matt Mackall <mpm at selenic.com> wrote:
>> for rev in `hg log -f --template "{rev}\n"`; do
>>   echo -n "$rev:"
>>   hg manifest --debug | grep myfile
>> done
>
> The 3-rd line in the shell script  above
>   "hg manifest --debug | grep myfile"
> does not seem right. It does not use  current value of $rev at all.
> Should it be the following instead??
>
> hg manifest --debug  $rev  | grep myfile

Yep.  Good catch ;)



More information about the Mercurial mailing list