hg convert from http Mercurial source
Arne Babenhauserheide
arne_bab at web.de
Mon Sep 8 02:09:13 CDT 2008
Am Sonntag 07 September 2008 22:30:19 schrieb Patrick Mézard:
> The good reason is accessing a mercurial repository is usually done locally
> for performance reasons, and hg clone, incoming and one or two other
> commands are the exception. The error message could be better though.
Could that be automated, then?
hg convert ONLINE_HG_REPO
-> hg clone REPO /tmp/repo-hg ; hg convert /tmp/repo-hg repo-hg ; rm -r
/tmp/repo-hg
(that's what I did to fix it for me...)
Otherwise it somehow breaks the "Mercurial just works" theme, I got used to :)
I use it for creating a shared codeswarm for multiple projects, using only the
commits since the last swarm, so I can make a daily/weekly "what did the free
software community do" codeswarm movie.
-> http://rakjar.de/shared_codeswarm/
Best wishes,
Arne
--
-- My stuff: http://draketo.de - stories, songs, poems, programs and stuff :)
-- Infinite Hands: http://infinite-hands.draketo.de - singing a part of the
history of free software.
-- Ein Würfel System: http://1w6.org - einfach saubere (Rollenspiel-) Regeln.
-- PGP/GnuPG: http://draketo.de/inhalt/ich/pubkey.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://selenic.com/pipermail/mercurial/attachments/20080908/5da4a3e6/attachment.pgp
More information about the Mercurial
mailing list