D1757: remotenames: introduce a class to lazily resolve remotnames

2018-02-12 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGbe72f6420f3c: remotenames: introduce a class to lazily resolve remotnames (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1757: remotenames: introduce a class to lazily resolve remotnames

2018-02-01 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 5146. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1757?vs=4611=5146 REVISION DETAIL https://phab.mercurial-scm.org/D1757 AFFECTED FILES hgext/remotenames.py CHANGE DETAILS diff --git a/hgext/remotenames.py

D1757: remotenames: introduce a class to lazily resolve remotnames

2017-12-25 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY remotenames may take time to load and in next patch we are going to introduce namespaces related to them. So let's introduce a class making them load lazily.