.hgtags not cloned

Sebastian Hauer sebastian.hauer at gmail.com
Tue Oct 16 10:10:12 CDT 2007


Hi,
I just noticed that .hgtags does not necessarily get cloned when I do
the following:

1. Tag the project (this is the first tag in my case)
    hg tag rel_1.0
    (As expected .hgtags gets created and contains the tag now)

2. Clone the repo based on the release tag:
    cd ..
    hg clone -r rel_1.0 MyProject MyProject-rel1
    (MyProject-rel1 does not contain the .hgtags file from the MyProject repo)

Is this a know bug or am I using it wrong?

Regards,
Sebastian

PS: Tested on Windows with mercurial 0.9.4


More information about the Mercurial mailing list