Your message dated Sun, 28 Sep 2008 23:24:02 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: [Python-apps-team] Bug#500140: mercurial: does not accept
anything other than ascii7 in ~/.hgrc
has caused the Debian Bug report #500140,
regarding mercurial: does not accept anything other than ascii7 in ~/.hgrc
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
500140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500140
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mercurial
Version: 1.0.1-5
Severity: normal
I set up my ~/.hgrc like this:
================
[ui]
username = Francesco Potortì <[EMAIL PROTECTED]>
================
but 'hg commit' barfs on the non-ascii7 character.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set
to C)
Shell: /bin/sh linked to /bin/bash
Versions of packages mercurial depends on:
ii libc6 2.7-13 GNU C Library: Shared libraries
ii mercurial-common 1.0.1-5 Scalable distributed version contr
ii python 2.5.2-2 An interactive high-level object-o
ii python-support 0.8.4 automated rebuilding support for P
ii ucf 3.0010 Update Configuration File: preserv
Versions of packages mercurial recommends:
ii python-beaker 0.9.5-1 Simple WSGI middleware that uses t
ii rcs 5.7-23 The GNU Revision Control System
Versions of packages mercurial suggests:
ii emacs 22.2+2-3 The GNU Emacs editor (metapackage)
ii python-elementtree 1.2.6-12 Light-weight toolkit for XML proce
pn python-mysqldb <none> (no description available)
pn python-pygments <none> (no description available)
pn python-subversion <none> (no description available)
pn qct <none> (no description available)
ii tk8.4 [wish] 8.4.19-2 Tk toolkit for Tcl and X11, v8.4 -
ii tk8.5 [wish] 8.5.3-3 Tk toolkit for Tcl and X11, v8.5 -
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi Francesco,
On Thu, Sep 25, 2008 at 03:07:35PM +0200, Francesco Potorti` wrote:
> Package: mercurial
> Version: 1.0.1-5
> Severity: normal
>
> I set up my ~/.hgrc like this:
>
> ================
> [ui]
> username = Francesco Potortì <[EMAIL PROTECTED]>
> ================
>
> but 'hg commit' barfs on the non-ascii7 character.
With non-ascii characters you're expected to set the appropriate encoding, in
your locale, via the environment variable HGENCODING, or via the --encoding
switch -- see hg(1).
I've tested this in my locale (el_GR.UTF-8) and it works like a charm.
Therefore I'm closing this bug (feel free to reopen if you still have issues).
Cheers,
Serafeim
--- End Message ---