Child: [f6d8a7] (diff)

Download this file

revisions.py    9 lines (7 with data), 181 Bytes

1
2
3
4
5
6
7
8
import ew
class GitRevisionWidget(ew.Widget):
template='genshi:forgegit.widgets.templates.revision'
params=['value', 'prev', 'next']
value=None
prev=()
next=()