This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
To install this hg extenstion: | |
open /path/to/repo/.hg/hgrc | |
add this lines: | |
[extenstions] | |
lof=install/lof.py | |
""" | |
#http://selenic.com/pipermail/mercurial/2010-February/029951.html | |
#http://mercurial.selenic.com/wiki/MercurialApi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//v26 © 2011 Tynt | |
Tynt = window.Tynt || []; | |
if (typeof Tynt.TIL != "undefined") { | |
} else { | |
(function () { | |
var mainTynt = function () { | |
var body = document.body, | |
documentElement = document.documentElement, | |
isIE = eval("/*@cc_on!@*/false"), | |
repeat = function (a, b) { |
NewerOlder