commit b5ce90ada0f28e79ac37b7630a6f4d9548d2cda5 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Fri Oct 10 12:30:28 2014 +0200
Adjust the message returned
pkgdb2client/utils.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/pkgdb2client/utils.py b/pkgdb2client/utils.py index 9ef40fa..c5a977a 100644 --- a/pkgdb2client/utils.py +++ b/pkgdb2client/utils.py @@ -206,7 +206,7 @@ def check_branch_creation(pkgdbclient, pkg_name, clt_name, user):
if clt_name in branches: messages.append( - 'Packages {0} already has the branch {1} requested'.format( + 'Packages {0} already has the requested branch `{1}`'.format( pkg_name, clt_name) )
packagedb-cli-commits@lists.stg.fedorahosted.org