D4374: narrowspec: fix a typoed 'supported'

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Tue Sep 11 13:18:06 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG2675d561f5cb: narrowspec: fix a typoed 'supported' (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4374?vs=10565&id=10882

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, martinvonz
Cc: mercurial-devel


More information about the Mercurial-devel mailing list