changeset 19936:8179eb28983b

discovery: revise hint message introduced by changeset b00ba31313c3 This patch revises hint message from "for detail about" introduced by changeset b00ba31313c3 to "for details about", to unify it with the hint message introduced by proceeding patch.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Thu, 03 Oct 2013 23:16:07 +0900
parents 4f53de036af8
children 1596f2d8f242 d1e14e7e5b40
files mercurial/discovery.py tests/test-push-warn.t
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/discovery.py	Thu Oct 03 23:16:06 2013 +0900
+++ b/mercurial/discovery.py	Thu Oct 03 23:16:07 2013 +0900
@@ -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
--- a/tests/test-push-warn.t	Thu Oct 03 23:16:06 2013 +0900
+++ b/tests/test-push-warn.t	Thu Oct 03 23:16:07 2013 +0900
@@ -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