vendor branch import
Zoran Bosnjak
zoran.bosnjak at via.si
Wed Nov 25 13:49:27 CST 2009
> what would be a proper way to import new vendor release to mercurial?
Thanks for all suggestions.
I have decided for this procedure:
tar -xvzf /tmp/new.tgz
mv repo/.hg* new/
rm -rf repo
mv new repo
cd repo
hg addremove -s 80
hg commit -m "new release"
For the archive command, I use:
<set ui.archivemeta=false in ~/.hgrc>
cd repo
hg archive -r <rev> -X ".hg*" ../target
I have also put a comment to devel mailing list:
http://selenic.com/pipermail/mercurial-devel/2009-November/016995.html
Zoran
More information about the Mercurial
mailing list