mercurial/discovery.py
changeset 19936 8179eb28983b
parent 19934 bfc6ed892349
child 20050 877e05b46509
--- 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