expand "repo" to "repository" in help texts stable
authorMartin Geisler <mg@lazybytes.net>
Tue, 07 Apr 2009 22:58:05 +0200
branchstable
changeset 529 7197324dfa4d
parent 527 59cb740ebf83
child 530 09d1575f16c7
child 531 f7865fb770fe
expand "repo" to "repository" in help texts [ original upstream message ]
hgkw/keyword.py
tests/test-keyword.out
--- 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):
--- 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".