D4374: narrowspec: fix a typoed 'supported'

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Sat Aug 25 19:36:03 UTC 2018


pulkit created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  Spotted by martinvonz.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4374

AFFECTED FILES
  mercurial/narrowspec.py

CHANGE DETAILS

diff --git a/mercurial/narrowspec.py b/mercurial/narrowspec.py
--- a/mercurial/narrowspec.py
+++ b/mercurial/narrowspec.py
@@ -120,7 +120,7 @@
                                                             'narrow')
     if profiles:
         raise error.Abort(_("including other spec files using '%include' is not"
-                            " suported in narrowspec"))
+                            " supported in narrowspec"))
     return includepats, excludepats
 
 def save(repo, includepats, excludepats):



To: pulkit, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list