D7980: resourceutil: ensure `_rootpath` is defined under py2exe

2020-01-24 Thread mharbison72 (Matt Harbison)
Closed by commit rHGa90039b07343: resourceutil: ensure `_rootpath` is defined under py2exe (authored by mharbison72). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Review". REPOSITORY rHG Mercu

D7980: resourceutil: ensure `_rootpath` is defined under py2exe

2020-01-24 Thread mharbison72 (Matt Harbison)
mharbison72 added inline comments. INLINE COMMENTS > dlax wrote in resourceutil.py:39 > `_rootpath` declaration could be moved after the `else` clause to avoid > repetition. Works for me, if someone wants to fix inflight. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mer

D7980: resourceutil: ensure `_rootpath` is defined under py2exe

2020-01-23 Thread dlax (Denis Laxalde)
dlax added inline comments. INLINE COMMENTS > resourceutil.py:39 > datapath = os.path.dirname(os.path.dirname(pycompat.fsencode(__file__))) > _rootpath = os.path.dirname(datapath) > `_rootpath` declaration could be moved after the `else` clause to avoid repetition. REPOSITORY rHG

D7980: resourceutil: ensure `_rootpath` is defined under py2exe

2020-01-23 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Can't even run `hg version` without this. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D7980 AFFECTED FILES mercurial/utils/r