Switch to unified view

a/pyforge/push_re.py b/pyforge/push_re.py
...
...
97
    return value
97
    return value
98
98
99
TICKET_TEMPLATE=string.Template('''
99
TICKET_TEMPLATE=string.Template('''
100
(engr) Name of Engineer pushing: $engineer
100
(engr) Name of Engineer pushing: $engineer
101
(engr) Which code tree(s): allura
101
(engr) Which code tree(s): allura
102
(engr) Is configtree to be pushed?:
102
(engr) Is configtree to be pushed?: no
103
(engr) Which release/revision is going to be synced?: $tag
103
(engr) Which release/revision is going to be synced?: $tag
104
(engr) Itemized list of changes to be launched with sync:
104
(engr) Itemized list of changes to be launched with sync:
105
105
106
$changes
106
$changes
107
107
...
...
111
111
112
Post-launch dependencies:
112
Post-launch dependencies:
113
113
114
$postlaunch
114
$postlaunch
115
115
116
(engr) Approved for release (Dean/Jason): none
116
(engr) Approved for release (Dean/Dave/John): None
117
(sog) Approval for sync provided by (Jacob/Jay/David/Wayne): None
117
(sog) Approval for sync provided by (Jacob/Jay/David/Wayne): None
118
(sog) Outcome of sync:
118
(sog) Outcome of sync:
119
119
120
''')
120
''')
121
        
121