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 checking

Thanks
-- 
        Vlad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 185 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/scm-migration-dev/attachments/20071114/c1a88e58/attachment.bin>

Reply via email to