D8248: debuginstall: print if Rust extensions are installed

2020-03-09 Thread Raphaël Gomès
Closed by commit rHG69935d41ada4: debuginstall: print if Rust extensions are installed (authored by Alphare). This revision was automatically updated to reflect the committed changes. CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D8248?vs=20568&id=20618#toc REPOSITORY rHG Mercurial

D8248: debuginstall: print if Rust extensions are installed

2020-03-09 Thread pulkit (Pulkit Goyal)
pulkit added a comment. and the following too to make `test-check-format.t` happy. diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -1510,6 +1510,7 @@ def debuginstall(ui, **opts):

D8248: debuginstall: print if Rust extensions are installed

2020-03-09 Thread pulkit (Pulkit Goyal)
pulkit added a comment. Amended the following to make `test-check-module-imports.t` happy. diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -1509,7 +1509,7 @@ def debuginstall(ui, **opts)

D8248: debuginstall: print if Rust extensions are installed

2020-03-06 Thread Raphaël Gomès
Alphare updated this revision to Diff 20568. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D8248?vs=20553&id=20568 BRANCH stable CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8248/new/ REVISION DETAIL https://phab.mercurial-scm.org/D824

D8248: debuginstall: print if Rust extensions are installed

2020-03-06 Thread Raphaël Gomès
Alphare updated this revision to Diff 20553. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D8248?vs=20552&id=20553 BRANCH stable CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8248/new/ REVISION DETAIL https://phab.mercurial-scm.org/D824

D8248: debuginstall: print if Rust extensions are installed

2020-03-06 Thread Raphaël Gomès
Alphare created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This should make it easier to use the Rust extensions. Another patch on will be exposing a version and more useful information, but it can only be done on top