Go to the source code of this file.
Classes | |
class | svn2log.Entry |
Namespaces | |
svn2log | |
Functions | |
def | svn2log.attr (e, n) |
def | svn2log.child (e, n) |
def | svn2log.convert_path (n) |
def | svn2log.convert_user (u) |
def | svn2log.die (msg) |
def | svn2log.has_child (e, n) |
def | svn2log.process (fin, fout) |
def | svn2log.process_entry (e) |
def | svn2log.process_opts () |
def | svn2log.usage () |
def | svn2log.utf_open (name, mode) |
def | svn2log.wrap_text (str, pref, width, start=0) |
def | svn2log.wrap_text_line (str, pref, width, start) |
Variables | |
bool | svn2log.date_only = False |
svn2log.date_rx = re.compile(r"^(\d+-\d+-\d+T\d+:\d+:\d+)") | |
string | svn2log.default_domain = "localhost" |
list | svn2log.exclude = [] |
svn2log.kill_prefix_rx = None | |
bool | svn2log.list_format = False |
int | svn2log.max_join_delta = 3 |
bool | svn2log.no_author = False |
bool | svn2log.no_files = False |
bool | svn2log.no_host = False |
dictionary | svn2log.reloc = { } |
bool | svn2log.strip = False |
dictionary | svn2log.users = { } |