cannot push patch??

Martin Geisler mg at daimi.au.dk
Sat Oct 11 09:05:22 UTC 2008


"Patrick Waugh" <ptwaugh at gmail.com> writes:

> OMG, too funny.
>
> Luckily, I discovered the "hg series" command so I can double check
> the spelling.  =)

You could also just use 'hg qpush' twice without a patch name, much
easier :-)

> I also figured out my other problem was becasue I was trying to track
> changing .gif files, which after re-reading the docs, I see is not
> currently possible.

If by not possible you mean that you cannot diff the files because they
are binary, then you just need to enable the git diff format:

[diff]
git = 1

That will enable diffing binary files, but the normal patch command
(/usr/bin/patch) wont understand the diffs. The internal patch in hg
will, of course, so this is probably not a problem.

-- 
Martin Geisler

VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multi-Party Computation) to Python. See: http://viff.dk/.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20081011/7f37eec0/attachment-0001.asc>


More information about the Mercurial mailing list