changeset 18980 | 9717a326d270 |
parent 18724 | 894a5897a9dd |
child 18998 | d035c3902111 |
--- a/hgext/largefiles/lfutil.py Mon Apr 15 01:59:04 2013 +0200 +++ b/hgext/largefiles/lfutil.py Mon Apr 15 01:59:11 2013 +0200 @@ -398,14 +398,6 @@ def __init__(self, storetypes): self.storetypes = storetypes -def getcurrentheads(repo): - branches = repo.branchmap() - heads = [] - for branch in branches: - newheads = repo.branchheads(branch) - heads = heads + newheads - return heads - def getstandinsstate(repo): standins = [] matcher = getstandinmatcher(repo)