[ ... ] > Because it fits the Teamware model I've been using and which was so > convenient and fast [**] : 'wx backup -t' on my workstation, followed by > 'wx restore -f && nohup nightly incremental.sh &' on the build machine > did the trick just fine. Moreover, multiple invocations of the same > command were idempotent.
Without any testing $ hg bundle my_bundle_file /path/to/parent $ cd second_repository $ hg unbundle my_bundle_file $ hg update # because unbundle does not modify your working directory (similarly to # hg pull) > What would be the equivalent of this operation in Mercurial in the above > scenario ? (Anything which requires to remember location(s) does not > really count.) I'm not sure what you mean by 'remember locations'. You don't have to remember files touched by your changes. You have to remember (and specify) parent. hth -- Vlad -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 193 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/scm-migration-dev/attachments/20080818/232deb78/attachment.bin>