##// END OF EJS Templates
en-us: penalize
timeless@mozdev.org -
r17533:927d704d default
parent child Browse files
Show More
@@ -461,7 +461,7 Each key is of the form (section . name)
461 (defun hg-complete-repo (string predicate all)
461 (defun hg-complete-repo (string predicate all)
462 "Attempt to complete a repository name.
462 "Attempt to complete a repository name.
463 We complete on either symbolic names from Mercurial's config or real
463 We complete on either symbolic names from Mercurial's config or real
464 directory names from the file system. We do not penalise URLs."
464 directory names from the file system. We do not penalize URLs."
465 (or (if all
465 (or (if all
466 (all-completions string hg-repo-completion-table predicate)
466 (all-completions string hg-repo-completion-table predicate)
467 (try-completion string hg-repo-completion-table predicate))
467 (try-completion string hg-repo-completion-table predicate))
General Comments 0
You need to be logged in to leave comments. Login now