I have a LaTeX hg repository for a paper and I use hg serve
to display the progress to my coauthors.
Until last week the file paper.pdf was treated as binary and its contents were not displayed in the changesets. (The users could download it via the raw
link)
Since last week, paper.pdf is treated as text and I see huge diffs of PDF code in my changesets...
Is there a way to tell the repository to treat this file as binary instead of "guessing" ?
On my server (where hg serve runs):
hg --version --> Mercurial Distributed SCM (version 1.0.1)
on my laptop:
hg --version --> Mercurial Distributed SCM (version 1.3.1)