annotate contrib/packaging/debian/default-tools.rc @ 41403:e82288a9556c

wireprotov2server: use our JSON encoder Python's json module doesn't like to encode bytes instances. This makes this code difficult to work with Python 3. We simply swap in Mercurial's JSON encoder to work around it. Differential Revision: https://phab.mercurial-scm.org/D5712
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 26 Jan 2019 10:00:17 -0800
parents e51c91c14a07
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32065
dc82c9777209 debian: configure editor and pager to sensible-\1 by default
Augie Fackler <augie@google.com>
parents:
diff changeset
1 [ui]
dc82c9777209 debian: configure editor and pager to sensible-\1 by default
Augie Fackler <augie@google.com>
parents:
diff changeset
2 editor = sensible-editor
dc82c9777209 debian: configure editor and pager to sensible-\1 by default
Augie Fackler <augie@google.com>
parents:
diff changeset
3
dc82c9777209 debian: configure editor and pager to sensible-\1 by default
Augie Fackler <augie@google.com>
parents:
diff changeset
4 [pager]
dc82c9777209 debian: configure editor and pager to sensible-\1 by default
Augie Fackler <augie@google.com>
parents:
diff changeset
5 pager = sensible-pager