Skip to content
Snippets Groups Projects
Commit b8560714 authored by kiilerix's avatar kiilerix
Browse files

tests: fix readline escape characters in output for test-doctest.py

parent d1c82127
No related branches found
No related tags found
No related merge requests found
# this is hack to make sure no escape characters are inserted into the output
import os; del os.environ['TERM']
import doctest
import mercurial.changelog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment