Rev 6: Stop assuming 200* dates, it makes it more obviously a date, too. in http://bzr.arbash-meinel.com/plugins/kndx_to_dot
John Arbash Meinel
john at arbash-meinel.com
Wed Apr 11 03:47:51 BST 2007
At http://bzr.arbash-meinel.com/plugins/kndx_to_dot
------------------------------------------------------------
revno: 6
revision-id: john at arbash-meinel.com-20070411024747-5ht2itnjj9qe08f0
parent: john at arbash-meinel.com-20070411024617-d4w6xfqv46vm5zfr
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: kndx_to_dot
timestamp: Tue 2007-04-10 21:47:47 -0500
message:
Stop assuming 200* dates, it makes it more obviously a date, too.
modified:
__init__.py __init__.py-20070410212739-0uwundx7uoho7f6n-1
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py 2007-04-11 02:46:17 +0000
+++ b/__init__.py 2007-04-11 02:47:47 +0000
@@ -84,7 +84,7 @@
_short_revision_id_re = lazy_regex.lazy_compile(
r'(?P<user>.+)'
r'@.*'
- r'-20(?P<date>\d{6})(?P<time>\d{6})-'
+ r'-(?P<date>\d{8})(?P<time>\d{6})-'
r'.*(?P<tail>[a-z0-9]{5})$')
More information about the bazaar-commits
mailing list