# HG changeset patch # User Martin Geisler # Date 1239137885 -7200 # Node ID 7197324dfa4d7ec54433cf334e2d7ab577e2cb47 # Parent 59cb740ebf834617f9958b389107667f01180120 expand "repo" to "repository" in help texts [ original upstream message ] diff -r 59cb740ebf83 -r 7197324dfa4d hgkw/keyword.py --- a/hgkw/keyword.py Sat Apr 04 23:17:53 2009 +0200 +++ b/hgkw/keyword.py Tue Apr 07 22:58:05 2009 +0200 @@ -54,7 +54,7 @@ x* = ignore Note: the more specific you are in your filename patterns - the less you lose speed in huge repos. + the less you lose speed in huge repositories. For [keywordmaps] template mapping and expansion demonstration and control run "hg kwdemo". @@ -301,7 +301,7 @@ fn = 'demo.txt' branchname = 'demobranch' tmpdir = tempfile.mkdtemp('', 'kwdemo.') - ui.note(_('creating temporary repo at %s\n') % tmpdir) + ui.note(_('creating temporary repository at %s\n') % tmpdir) repo = localrepo.localrepository(ui, tmpdir, True) ui.setconfig('keyword', fn, '') if args or opts.get('rcfile'): @@ -355,7 +355,7 @@ fmt = ui.verbose and ' in %s' % path or '' demostatus('%s keywords expanded%s' % (kwstatus, fmt)) ui.write(repo.wread(fn)) - ui.debug(_('\nremoving temporary repo %s\n') % tmpdir) + ui.debug(_('\nremoving temporary repository %s\n') % tmpdir) shutil.rmtree(tmpdir, ignore_errors=True) def expand(ui, repo, *pats, **opts): diff -r 59cb740ebf83 -r 7197324dfa4d tests/test-keyword.out --- a/tests/test-keyword.out Sat Apr 04 23:17:53 2009 +0200 +++ b/tests/test-keyword.out Tue Apr 07 22:58:05 2009 +0200 @@ -19,7 +19,7 @@ x* = ignore Note: the more specific you are in your filename patterns - the less you lose speed in huge repos. + the less you lose speed in huge repositories. For [keywordmaps] template mapping and expansion demonstration and control run "hg kwdemo".