118
117
# check for conflicts in repo
119
118
files = the.repo.vcs.get_conflicts()
122
121
( the.repo.name, '\n '.join( files ) )
124
123
# check for deployment conclicts
125
124
conflicts = deployment.get_conflicts( updated_files )
130
129
# stop if there are conflicts
132
131
raise the.program.FatalError(
133
132
'there were conflicts...\n' + message )
134
134
# copy-out changes from repo