>>> "RW" == Rainer Woitok <[email protected]> writes:

> Uwe,
> On Friday, 2021-02-12 12:02:55 +0100, you wrote:

>> ...
>> >    hg log -l1 --removed FILE
>> 
>> BTW there is nothing comparable for renaming? (In some repositories I do
>> that a lot

> Use "hg log --follow".  Mind however that you can specify at most one of
> these two options.  Therefore I have defined the two aliases

>   log  = log --removed
>   flog = log --follow

Thanks, I found out that 
hg log -r "adds('**')" --template "{rev}:\n{file_copies % '{file_copy}\n'}\n"  

Is also quite useful, but servers a different purpose.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Mercurial mailing list
[email protected]
https://www.mercurial-scm.org/mailman/listinfo/mercurial

Reply via email to