diff --git a/git_cl.py b/git_cl.py index 014dbdafa..277951d75 100755 --- a/git_cl.py +++ b/git_cl.py @@ -4533,7 +4533,7 @@ def CMDissue(parser, args): if options.reverse: branches = RunGit(['for-each-ref', 'refs/heads', - '--format=%(refname:short)']).splitlines() + '--format=%(refname)']).splitlines() # Reverse issue lookup. issue_branch_map = {} for branch in branches: