Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 2bc4760f413a7580fcbdd1c1649114a611633222 authored by Mads Kiilerich on 25 August 2019, 12:01:47 UTC, committed by Mads Kiilerich on 25 August 2019, 12:01:47 UTC
Partly replaced by using Mercurial pycompat.unicode which will be str when
using Python 3.
1 parent b79f2a0
Raw File
Tip revision: 2bc4760f413a7580fcbdd1c1649114a611633222 authored by Mads Kiilerich on 25 August 2019, 12:01:47 UTC
Avoid direct use of the unicode type - it is going away in Python 3
Tip revision: 2bc4760
.hgignore
syntax: glob
build/
*.pyc
*.orig
*_ui.py
*_rc.py
back to top