comparison hgext/largefiles/overrides.py @ 17484:a0ee6d846185

spelling: directly
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents e51d4aedace9
children 31f32a96e1e3
comparison
equal deleted inserted replaced
17483:fe3b26048140 17484:a0ee6d846185
694 source = 'default' 694 source = 'default'
695 oldheads = lfutil.getcurrentheads(repo) 695 oldheads = lfutil.getcurrentheads(repo)
696 result = orig(ui, repo, source, **opts) 696 result = orig(ui, repo, source, **opts)
697 # If we do not have the new largefiles for any new heads we pulled, we 697 # If we do not have the new largefiles for any new heads we pulled, we
698 # will run into a problem later if we try to merge or rebase with one of 698 # will run into a problem later if we try to merge or rebase with one of
699 # these heads, so cache the largefiles now direclty into the system 699 # these heads, so cache the largefiles now directly into the system
700 # cache. 700 # cache.
701 ui.status(_("caching new largefiles\n")) 701 ui.status(_("caching new largefiles\n"))
702 numcached = 0 702 numcached = 0
703 heads = lfutil.getcurrentheads(repo) 703 heads = lfutil.getcurrentheads(repo)
704 newheads = set(heads).difference(set(oldheads)) 704 newheads = set(heads).difference(set(oldheads))