Mercurial > public > mercurial-scm > hg
diff hgext/largefiles/lfutil.py @ 17425:e95ec38f86b0
fix wording and not-completely-trivial spelling errors and bad docstrings
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 15 Aug 2012 22:39:18 +0200 |
parents | 32246faba53a |
children | 67deea9c1c42 |
line wrap: on
line diff
--- a/hgext/largefiles/lfutil.py Wed Aug 15 22:38:42 2012 +0200 +++ b/hgext/largefiles/lfutil.py Wed Aug 15 22:39:18 2012 +0200 @@ -296,8 +296,8 @@ '''Return the repo-relative path to the standin for the specified big file.''' # Notes: - # 1) Most callers want an absolute path, but _createstandin() needs - # it repo-relative so lfadd() can pass it to repoadd(). So leave + # 1) Some callers want an absolute path, but for instance addlargefiles + # needs it repo-relative so it can be passed to repoadd(). So leave # it up to the caller to use repo.wjoin() to get an absolute path. # 2) Join with '/' because that's what dirstate always uses, even on # Windows. Change existing separator to '/' first in case we are