Switch to unified view

a/pyforge/push_re.py b/pyforge/push_re.py
...
...
63
        postlaunch = '\n'.join(postlaunch)
63
        postlaunch = '\n'.join(postlaunch)
64
    else:
64
    else:
65
        postlaunch = '-none-'
65
        postlaunch = '-none-'
66
    if prelaunch:
66
    if prelaunch:
67
        prelaunch = [ 'From sfu-scmprocess-1 so the following:\n' ] + prelaunch
67
        prelaunch = [ 'From sfu-scmprocess-1 so the following:\n' ] + prelaunch
68
        postlaunch = '\n'.join(postlaunch)
68
        prelaunch = '\n'.join(prelaunch)
69
    else:
69
    else:
70
        postlaunch = '-none-'
70
        prelaunch = '-none-'
71
    return TICKET_TEMPLATE.substitute(locals()), tag
71
    return TICKET_TEMPLATE.substitute(locals()), tag
72
    
72
    
73
73
74
def command(*args):
74
def command(*args):
75
    if len(args) == 1 and isinstance(args[0], basestring):
75
    if len(args) == 1 and isinstance(args[0], basestring):