bundle->patch

Matt Mackall mpm at selenic.com
Tue May 17 21:27:51 UTC 2011


On Tue, 2011-05-17 at 17:20 -0400, Sam Steingold wrote:
> is there a way to extract information from a bundle?
> e.g., convert it to a patch, find out the changelog...
> thanks!

If and only if you have a repo it applies to. Then you can do:

hg -R bundle.hg <any command>

..which will act as if the bundle had been unbundled.

-- 
Mathematics is the supreme nostalgia of our time.





More information about the Mercurial mailing list