hg qrefresh doesn't honor "--encoding" for "--logfile"

Marc Strapetz marc.strapetz at syntevo.com
Fri Nov 16 18:47:46 UTC 2012


It seems that:

 hg qrefresh --encoding utf-8 --logfile <file>

still tries to process the log-file with platform encoding. When using:

 hg commit --encoding utf-8 --logfile <file>

with the same <file>, contents are properly interpreted as UTF-8.

$ hg --version
Mercurial Distributed SCM (version 2.2.3)
(see http://mercurial.selenic.com for more information)

-Marc



More information about the Mercurial mailing list