Mercurial > python-hglib
annotate .hgignore @ 216:68588c652ac6
client: handle commit messages with \0 characters
Mercurial allows commit messages containing \0 characters,
but hglib does not properly handle them.
By using the json template, these characters are correctly escaped.
Note: initial change only modifies this for the 'log' command,
I'll follow-up for other commands if this is ok.
author | Mathias De Mare <mathias.de_mare@nokia.com> |
---|---|
date | Wed, 08 Mar 2023 16:22:21 +0100 |
parents | 522cefa8cb45 |
children |
rev | line source |
---|---|
0 | 1 syntax: glob |
2 | |
83
c41442cb355d
.hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents:
66
diff
changeset
|
3 dist |
c41442cb355d
.hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents:
66
diff
changeset
|
4 MANIFEST |
c41442cb355d
.hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents:
66
diff
changeset
|
5 MANIFEST.in |
0 | 6 *.pyc |
7 *.orig | |
8 *.rej | |
9 *~ | |
1 | 10 *.swp |
7
eac8be119d81
tests: rearrange tests and use nosetests
Idan Kamara <idankk86@gmail.com>
parents:
1
diff
changeset
|
11 *.noseids |
66 | 12 build |
209
522cefa8cb45
tox: add a tox.ini for easier testing of hglib against many hg versions
Augie Fackler <raf@durin42.com>
parents:
83
diff
changeset
|
13 .tox |