On Tue, Jul 17, 2007 at 06:33:04PM -0700, mike cheng wrote: > Do we have a plan porting "wx backup" "wx restore" to mercurial? Or > Mercurial already has this feature?
Mercurial lets you extract one or more changesets into a wad called a bundle. See "hg help bundle" for the details. It doesn't do any of the version management that wx backup does, though. You can also use mq for this sort of thing -- set up your patch queue with qinit -c, and clone the patch queue wherever you like. Though this way you may end up with more versioning in your backup system, depending on how often you run hg qcom. My take is we don't need backup/restore, at least at first. If people clamor for it and don't find the alternatives workable (if not better!) then they can be ported. Danek _______________________________________________ tools-discuss mailing list [email protected]
