# HG changeset patch # User Na'Tosha Bard # Date 1325975839 -3600 # Node ID acb0a40fa14d6f64e42c56b0b8c1a9e354976341 # Parent 3fe39d6d2bd8331932df063d272fff8af327881c largefiles: remove invalid comment (issue3065) This comment is invalid. The hg.update() function will abort in the case of any genuine error, so there is nothing to check. If we have gotten to this point in execution, nothing critical has gone wrong, and if any standins have been updated, we must pull new largefiles. diff -r 3fe39d6d2bd8 -r acb0a40fa14d hgext/largefiles/overrides.py --- a/hgext/largefiles/overrides.py Sat Jan 07 15:35:15 2012 +0100 +++ b/hgext/largefiles/overrides.py Sat Jan 07 23:37:19 2012 +0100 @@ -591,7 +591,6 @@ def hg_update(orig, repo, node): result = orig(repo, node) - # XXX check if it worked first lfcommands.updatelfiles(repo.ui, repo) return result