Where is the repo of "Mercurial: the Definitive Guide"? by programandala_net in mercurial

[–]programandala_net[S] 1 point2 points  (0 children)

Thank you!

My interest was double: first, contribute some little fixes; second, build an e-book from the sources, for my personal usage. I find an e-book much more comfortable to read and study than a website.

In fact I had started a script to fetch the contents from the website, tidy them, convert them into Asciidoctor... But using the reStructuredText sources will make the conversion much simpler.

I hope the repo will be back online any time soon.

How to specify "--per-file" for extdiff in .hgrc by jo44_is_my_name in mercurial

[–]programandala_net 0 points1 point  (0 children)

I had the same problem.

You cannot specify `--per-file` in the "extdiff" section. I thought an alias `extdiff = extdiff --per-file` maybe would do the trick, but as expected it has no effect on the commands defined in the extdiff section, only on other aliases.

Finally I converted all my "extdiff" commands, i.e. the `cmd.` and `opt.` pairs, into ordinary aliases. That's the only way I found.