hgext/__init__.py
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
Sat, 07 Oct 2006 15:16:47 -0400
changeset 3291 0b5d626b354e
parent 1360 7d439981bec4
permissions -rw-r--r--
[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]
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder