Mercurial
Mercurial
>
blinkster
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
web/blinkster/__init__.py
author
ymh <ymh.work@gmail.com>
Thu, 19 May 2011 17:52:54 +0200
changeset 117
565fd34c668c
parent 115
4cbd113cdc99
child 119
d3865ab89a70
permissions
-rw-r--r--
correct segment details
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
117
565fd34c668c
correct segment details
ymh <ymh.work@gmail.com>
parents:
115
diff
changeset
1
VERSION
=
(
0
,
33
)
5
10b1f6d8a5d2
first debug version
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
2
7
92ccb522e945
correct dependency loop
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
3
VERSION_STR
=
unicode
(
"."
.
join
(
map
(
lambda
i
:
"
%02d
"
%
(
i
,),
VERSION
)))