Skip to content
Snippets Groups Projects
Commit 89dcbfac authored by Abderrahim Kitouni's avatar Abderrahim Kitouni
Browse files

fix some name errors

parent 07de9447
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
from mercurial.i18n import _
from mercurial.node import hex, bin, nullid
from mercurial import context
from mercurial.error import RepoError
from dulwich.misc import make_sha
from dulwich.objects import (
Blob,
......@@ -610,7 +611,7 @@
changed[ref_name] = self.map_git_get(hex(local_ref))
else:
# XXX: maybe abort completely
ui.warn('not pushing branch %s, please merge'% head)
self.ui.warn('not pushing branch %s, please merge\n'% head)
except RepoError: #pragma: no cover
# remote_ref is not here
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment