]> git.ipfire.org Git - thirdparty/patchwork.git/commit
pwclient: Fix pwclient am output formatting
authorPetr Vorel <petr.vorel@gmail.com>
Thu, 26 Jul 2018 07:11:14 +0000 (09:11 +0200)
committerStephen Finucane <stephen@that.guru>
Sun, 14 Oct 2018 13:41:35 +0000 (14:41 +0100)
commit4159ba3176d56934a44c9146984adf19a4d20b03
treeb620e211ad7d137c9bff66ccc9222bd065c251f0
parentf26930218d3c2dcfcec2ca61475056d47ff32c83
pwclient: Fix pwclient am output formatting

repr() print unicode prefix for string:
$ pwclient git-am N
Applying patch #N using u'git am'

Remove it:
$ pwclient git-am N
Applying patch #918868 using "git am"

git mixes single and double quotes, use double quotes which are more
frequently used.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
(cherry picked from commit ea5847ada3ac79908a2b251839e77e1b2f3dc6d2)
patchwork/bin/pwclient