Mercurial > hg
changeset 23307:9dd0d0d61a24
largefiles: update comments to refer to the right overridden method
This cleans up leftovers from b228ad1f79d7 (largefiles: override
calculateupdates instead of manifestmerge, 2014-03-02).
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 14 Nov 2014 05:58:59 -0800 |
parents | f7a42f8e82bd |
children | dadcd40b62d8 |
files | hgext/largefiles/overrides.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/largefiles/overrides.py Thu Nov 13 21:36:38 2014 -0800 +++ b/hgext/largefiles/overrides.py Fri Nov 14 05:58:59 2014 -0800 @@ -380,7 +380,7 @@ # # The overridden function filters the unknown files by removing any # largefiles. This makes the merge proceed and we can then handle this -# case further in the overridden manifestmerge function below. +# case further in the overridden calculateupdates function below. def overridecheckunknownfile(origfn, repo, wctx, mctx, f): if lfutil.standin(repo.dirstate.normalize(f)) in wctx: return False @@ -389,7 +389,7 @@ # The manifest merge handles conflicts on the manifest level. We want # to handle changes in largefile-ness of files at this level too. # -# The strategy is to run the original manifestmerge and then process +# The strategy is to run the original calculateupdates and then process # the action list it outputs. There are two cases we need to deal with: # # 1. Normal file in p1, largefile in p2. Here the largefile is