.hgtags not cloned
Dustin Sallings
dustin at spy.net
Tue Oct 16 11:43:28 CDT 2007
On Oct 16, 2007, at 8:10 , Sebastian Hauer wrote:
> 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?
This gets all changesets defined within the tag, but not the tag
itself. The tag is a subsequent changeset.
--
Dustin Sallings
More information about the Mercurial
mailing list