Message5940

Author mpm
Recipients vsmi
Date 2008-04-22.17:38:05
Content
First off, Mercurial internally treats -everything- as binary. It only makes a
text/binary distinction when asked to diff files or display them in hgweb. So
whatever the problem is, it's not that.

A much more likely situation is that it's simply taking a long time to calculate
or send the delta ("binary" is often synonymous with "huge"). How big is the
file in question? On the Linux side you can use tcpdump or 'watch ifconfig
<interface>' or 'strace -p `pidof hg`' to see if it's still receiving data.
History
Date User Action Args
2008-04-22 17:38:06mpmsetmessageid: <1208885886.39.0.96153554412.issue1098@selenic.com>
2008-04-22 17:38:06mpmsetrecipients: + vsmi
2008-04-22 17:38:06mpmlinkissue1098 messages
2008-04-22 17:38:05mpmcreate