Opened 4 years ago

Last modified 4 years ago

#60041 closed defect

mercurial: misrendered colour sequences — at Version 1

Reported by: 0branch (Marc Simpson) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: mercurial

Description (last modified by mf2k (Frank Schima))

Prompts with ANSI-escape sequences are misrendered when GNU readline bindings are missing, e.g.

$ hg commit --interactive
[0;33mexamine changes to 'README.rst'?[0m[0;33m(enter ? for help) [Ynesfdaq?][0m

Note that this doesn't occur when using the system-wide Python installation to run hg.

Installing py27-gnureadline resolves the issue—could this be added as a dependency?

(See ticket:47827 for a comparable issue.)

Change History (1)

comment:1 Changed 4 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.