> > 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
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
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