Mercurial
Mercurial
>
nme_ict
/ file revision
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
.
app/site-content/proposals/2009/08/06/test.py
author
Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 14 Aug 2009 11:07:24 +0530
changeset 49
33c54f815fd5
parent 8
294ff7ac9cb6
permissions
-rwxr-xr-x
Changed rank list.html to be consistent with review list.
a, b = 0, 1
while b < 10:
print b,
a, b = b, a + b