diff hgext/extdiff.py @ 8026:683d8ebcf434

expand "dir" to "directory" in help texts
author Martin Geisler <mg@lazybytes.net>
date Tue, 07 Apr 2009 22:47:56 +0200
parents cdb848e8c4b5
children aece3c9e62f1
line wrap: on
line diff
--- a/hgext/extdiff.py	Wed Apr 08 19:32:16 2009 +0200
+++ b/hgext/extdiff.py	Tue Apr 07 22:47:56 2009 +0200
@@ -7,7 +7,7 @@
 
 '''
 The `extdiff' Mercurial extension allows you to use external programs
-to compare revisions, or revision with working dir. The external diff
+to compare revisions, or revision with working directory. The external diff
 programs are called with a configurable set of options and two
 non-option arguments: paths to directories containing snapshots of
 files to compare.
@@ -85,7 +85,7 @@
         dirname = "root"
     base = os.path.join(tmproot, dirname)
     os.mkdir(base)
-    ui.note(_('making snapshot of %d files from working dir\n') %
+    ui.note(_('making snapshot of %d files from working directory\n') %
             (len(files)))
 
     fns_and_mtime = []