.hgignore
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 12 Nov 2017 01:26:30 +0530
changeset 3213 7bc587557e4f
parent 3203 34d5c97a3dee
child 3376 aad37ffd7d58
permissions -rw-r--r--
cmdrewrite: add a utility function to make sure note is of valid format Upcoming patches will add support to store a note on various evolution related commands by storing that in obsmarker. Since the obsmarker metadata field can't store things above 255 bytes, this patch introduces a function which will be used to make sure note is under 255 bytes and does not contain newlines. We don't want notes to be multilines.

syntax: re
/figures/[^/]+\.png$
^html/
\.pyc$
~$
\.swp$
\.orig$
\.rej$
^tests/.*\.err$
^tests/easy_run.sh$
^build/
^dist/
^MANIFEST$
^docs/tutorials/.*\.rst$
\.ico$
tests/\.testtimes