Mercurial > hg-stable
changeset 39542:2675d561f5cb
narrowspec: fix a typoed 'supported'
Spotted by martinvonz.
Differential Revision: https://phab.mercurial-scm.org/D4374
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Sat, 25 Aug 2018 22:19:42 +0300 |
parents | 294c571490f0 |
children | c6eb2118f44f |
files | mercurial/narrowspec.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/narrowspec.py Mon Sep 10 16:29:22 2018 +0300 +++ b/mercurial/narrowspec.py Sat Aug 25 22:19:42 2018 +0300 @@ -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):