D7396: cmdutil: use field names instead of field numbers on scmutil.status

2019-11-14 Thread durin42 (Augie Fackler)
Closed by commit rHGe01e0641f18a: cmdutil: use field names instead of field numbers on scmutil.status (authored by durin42). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7396?vs=18

D7396: cmdutil: use field names instead of field numbers on scmutil.status

2019-11-14 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY As part of my pytype adventures I want to make scmutil.status no longer a subclass of tuple. This is part of that process. REPOSITORY rHG Mercurial REVISION DE