annotate: catch nonexistent files using match.bad callback (
issue1590)
wix: add new file templates/paper/bookmarks.tmpl
This file was snuck onto the stable branch with
38c9837b1f75
push/outgoing: print remote target path even if there's an error (
issue2561)
This is a simple patch to make hg push/hg outgoing print their remote target
path even if the operation fails. I'm not sure if the original behavior was by
design.
This patch also changes one test to reflect the changed behaviour.
convert: add svnrev, svnpath and svnuuid template keywords
$ hg -R A-hg log --template '{rev} {svnuuid}{svnpath}@{svnrev}\n'
10
644ede6c-2b81-4367-9dc8-
d786514f2cde/trunk@10
transplant: add "transplanted" keyword
$ hg log --template '{rev} {transplanted}\n'
7
a53251cdf717679d1907b289f991534be05c997a
i18n-da: synchronize with
e9628665b670
i18n-de: synchronize with
994510694b1d
revset: fix a number of highly dubious continue statements
This patch definitely needs a review and would also benefit from
some new testsuite entries.
graphlog: do not swallow all TypeError exceptions (fix
29c800ee54cf)
archive: use hardcoded constants when creating .zip archives
Do not rely on local stat constants, which may differ.