Change-Id: I4d13e65151314b96f6d80fea44771f3cea205e34
Signed-off-by: wanchao-xu <wanchao.xu@samsung.com>
'ignore-branch': 'False',
'ignore-new': 'False',
'ignore-regex': '',
- 'import-msg': 'New upstream version %(version)s',
+ 'import-msg': 'Imported Upstream version %(version)s',
'interactive': 'True',
'keyid': '',
'merge': 'True',
else:
parents = None
upstream_commit = repo.commit_dir(sources.unpacked,
- "Import %s" % msg,
+ "Imported %s" % msg,
branch,
other_parents=parents,
author=author,
if options.orphan_packaging or not sources:
commit = repo.commit_dir(dirs['packaging_base'],
- "Import %s" % msg,
+ "Imported %s" % msg,
branch,
author=author,
committer=committer,
shutil.copy2(os.path.join(dirs['packaging'], fname),
pkgsubdir)
commit = repo.commit_dir(sources.unpacked,
- "Import %s" % msg,
+ "Imported %s" % msg,
branch,
other_parents=[upstream_commit],
author=author,