##// END OF EJS Templates
discovery: revise hint message introduced by changeset b00ba31313c3...
FUJIWARA Katsunori -
r19936:8179eb28 default
parent child Browse files
Show More
@@ -316,7 +316,7 b' def checkheads(repo, remote, outgoing, r'
316 316 error = (_("push creates multiple headed new branch '%s'")
317 317 % (branch))
318 318 hint = _("merge or"
319 " see \"hg help push\" for detail about"
319 " see \"hg help push\" for details about"
320 320 " pushing new heads")
321 321 elif len(newhs) > len(oldhs):
322 322 # strip updates to existing remote heads from the new heads list
@@ -368,7 +368,7 b' Pushing muliple headed new branch:'
368 368 pushing to ../f
369 369 searching for changes
370 370 abort: push creates multiple headed new branch 'f'
371 (merge or see "hg help push" for detail about pushing new heads)
371 (merge or see "hg help push" for details about pushing new heads)
372 372 [255]
373 373 $ hg push --branch f --new-branch --force ../f
374 374 pushing to ../f
General Comments 0
You need to be logged in to leave comments. Login now