[scm-migration-dev] hg list of renamed files

2007-11-14 Thread Vladimir Marek
> > Hi, > > > > $ hg mv file x > > $ hg ci -m x > > $ hg list > > added: > > x (rename from file) > > $ hg mv x file > > $ hg ci -m y > > $ hg list > > > > Second hg list reports nothing. Is this intended ? I guess so, since the > > data called 'file' are again called 'file', so there is in

[scm-migration-dev] hg list of renamed files

2007-11-14 Thread Vladimir Marek
Hi, $ hg mv file x $ hg ci -m x $ hg list added: x (rename from file) $ hg mv x file $ hg ci -m y $ hg list Second hg list reports nothing. Is this intended ? I guess so, since the data called 'file' are again called 'file', so there is in fact no change, despite we moved it between. Just

[scm-migration-dev] hg list of renamed files

2007-11-14 Thread Richard Lowe
Vladimir Marek writes: > Hi, > > $ hg mv file x > $ hg ci -m x > $ hg list > added: > x (rename from file) > $ hg mv x file > $ hg ci -m y > $ hg list > > Second hg list reports nothing. Is this intended ? I guess so, since the > data called 'file' are again called 'file', so there is in