Mercurial > hg
comparison .hgignore @ 3291:0b5d626b354e
[patchbomb] prepend leading zeros in the "[PATCH N of M]" string
Without this patch, if one tries to send a patch bomb with more than 9
patches, the resulting subjects are not easily alphabetically sortable.
For example:
...
[PATCH 9 of 10]
[PATCH 10 of 10]
This patch prepends as many leading zeros as necessary. E.g.,
[PATCH 09 of 10]
or
[PATCH 009 of 100]
author | Josef "Jeff" Sipek <jeffpc@josefsipek.net> |
---|---|
date | Sat, 07 Oct 2006 15:16:47 -0400 |
parents | 12d1475b48df |
children | e6cc4d4f5a81 |
comparison
equal
deleted
inserted
replaced
3290:ae8583e746f1 | 3291:0b5d626b354e |
---|