hg mv files and hg annotate
Adrian Klaver
adrian.klaver at aklaver.com
Sat Mar 5 15:18:32 UTC 2016
On 03/05/2016 01:55 AM, Uwe Brauer wrote:
>
> Hi
>
>
> I just moved a file (changed its name)
> hg mv file.tex file-important.tex
>
> and found out that hg annotate does (cannot) not access the information
> of the parent.
>
> Googling showed me:
>
> https://www.mercurial-scm.org/pipermail/mercurial-devel/2011-April/029975.html
>
> So that issue was brought up some time, but it seems it is not settled,
> or do I miss something?
Works here:
aklaver at panda:~/hg_test/mv_test> hg version
Mercurial Distributed SCM (version 3.7.1)
aklaver at panda:~/hg_test/mv_test> hg mv test2.txt test2_mv.txt
aklaver at panda:~/hg_test/mv_test> hg commit -m 'Fourth commit'
aklaver at panda:~/hg_test/mv_test> hg annotate -f test2_mv.txt
test2.txt: test2
test2.txt: second line
>
> Thanks
>
> Uwe Brauer
> _______________________________________________
> Mercurial mailing list
> Mercurial at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial
>
--
Adrian Klaver
adrian.klaver at aklaver.com
More information about the Mercurial
mailing list