hgext/extdiff.py
changeset 8026 683d8ebcf434
parent 7990 cdb848e8c4b5
child 8066 aece3c9e62f1
--- 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 = []