Comments
Patch
@@ -316,7 +316,7 @@
error = (_("push creates multiple headed new branch '%s'")
% (branch))
hint = _("merge or"
- " see \"hg help push\" for detail about"
+ " see \"hg help push\" for details about"
" pushing new heads")
elif len(newhs) > len(oldhs):
# strip updates to existing remote heads from the new heads list
@@ -368,7 +368,7 @@
pushing to ../f
searching for changes
abort: push creates multiple headed new branch 'f'
- (merge or see "hg help push" for detail about pushing new heads)
+ (merge or see "hg help push" for details about pushing new heads)
[255]
$ hg push --branch f --new-branch --force ../f
pushing to ../f