view .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
line wrap: on
line source

syntax: glob

dist
MANIFEST
MANIFEST.in
*.pyc
*.orig
*.rej
*~
*.swp
*.noseids
build
.tox