Classes | |
class | Entry |
Functions | |
def | attr (e, n) |
def | child (e, n) |
def | convert_path (n) |
def | convert_user (u) |
def | die (msg) |
def | has_child (e, n) |
def | process (fin, fout) |
def | process_entry (e) |
def | process_opts () |
def | usage () |
def | utf_open (name, mode) |
def | wrap_text (str, pref, width, start=0) |
def | wrap_text_line (str, pref, width, start) |
Variables | |
bool | date_only = False |
date_rx = re.compile(r"^(\d+-\d+-\d+T\d+:\d+:\d+)") | |
string | default_domain = "localhost" |
list | exclude = [] |
kill_prefix_rx = None | |
bool | list_format = False |
int | max_join_delta = 3 |
bool | no_author = False |
bool | no_files = False |
bool | no_host = False |
dictionary | reloc = { } |
bool | strip = False |
dictionary | users = { } |
def svn2log.attr | ( | e, | |
n | |||
) |
Definition at line 70 of file svn2log.py.
def svn2log.child | ( | e, | |
n | |||
) |
Definition at line 78 of file svn2log.py.
def svn2log.convert_path | ( | n | ) |
Definition at line 83 of file svn2log.py.
def svn2log.convert_user | ( | u | ) |
Definition at line 98 of file svn2log.py.
def svn2log.die | ( | msg | ) |
Definition at line 66 of file svn2log.py.
def svn2log.has_child | ( | e, | |
n | |||
) |
Definition at line 73 of file svn2log.py.
def svn2log.process | ( | fin, | |
fout | |||
) |
Definition at line 220 of file svn2log.py.
def svn2log.process_entry | ( | e | ) |
Definition at line 179 of file svn2log.py.
def svn2log.process_opts | ( | ) |
Definition at line 292 of file svn2log.py.
def svn2log.usage | ( | ) |
Definition at line 242 of file svn2log.py.
def svn2log.utf_open | ( | name, | |
mode | |||
) |
Definition at line 289 of file svn2log.py.
def svn2log.wrap_text | ( | str, | |
pref, | |||
width, | |||
start = 0 |
|||
) |
Definition at line 135 of file svn2log.py.
def svn2log.wrap_text_line | ( | str, | |
pref, | |||
width, | |||
start | |||
) |
Definition at line 110 of file svn2log.py.
bool svn2log.date_only = False |
Definition at line 59 of file svn2log.py.
svn2log.date_rx = re.compile(r"^(\d+-\d+-\d+T\d+:\d+:\d+)") |
Definition at line 64 of file svn2log.py.
string svn2log.default_domain = "localhost" |
Definition at line 52 of file svn2log.py.
list svn2log.exclude = [] |
Definition at line 53 of file svn2log.py.
svn2log.kill_prefix_rx = None |
Definition at line 51 of file svn2log.py.
bool svn2log.list_format = False |
Definition at line 57 of file svn2log.py.
int svn2log.max_join_delta = 3 |
Definition at line 56 of file svn2log.py.
bool svn2log.no_author = False |
Definition at line 62 of file svn2log.py.
bool svn2log.no_files = False |
Definition at line 60 of file svn2log.py.
bool svn2log.no_host = False |
Definition at line 61 of file svn2log.py.
dictionary svn2log.reloc = { } |
Definition at line 55 of file svn2log.py.
bool svn2log.strip = False |
Definition at line 58 of file svn2log.py.
dictionary svn2log.users = { } |
Definition at line 54 of file svn2log.py.