How can I add complete binaries to a Mercurial patch?
Posted
by David Corley
on Stack Overflow
See other posts from Stack Overflow
or by David Corley
Published on 2010-04-24T16:48:23Z
Indexed on
2010/04/24
16:53 UTC
Read the original article
Hit count: 369
I want to use Mercurial to capture changes made to the vanilla installation of a piece of software we use. Everytime we upgrade the software, we need to manually edit the various configuration files and add 3rd party libraries that we use in the current version of the software. Creating patches for the configuration files changes are fine, but how do I add 3rd party libraries (binaries) to a Mercurial patch? Is it even possible?
© Stack Overflow or respective owner