D9405: packaging: add pygit2 to the py3 Windows installers

2020-11-25 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This is needed to be able to use the git extension. A couple of issues here. First, the PyOxidizer target looks in the py2.txt file for requirements

D9404: packaging: regenerate the Windows requirements manifest on Windows

2020-11-25 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY SecretStorage is a Linux package, and the other stuff removed is a dependency of it. I assume this was last generated on Linux, and noticed this trying to

D9403: git: update test for hg and git output changes

2020-11-25 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Clearly nobody is running this in their CI. :( REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D9403 AFFECTED

D9402: gitlog: add tiprev() function

2020-11-25 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Lots of stuff was broken because this was missing. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D9402 AFFECTED

mercurial-devel | Pipeline #13300 has failed for branch/default | 15d4f524

2020-11-25 Thread Heptapod
Your pipeline has failed. Project: mercurial-devel ( https://foss.heptapod.net/octobus/mercurial-devel ) Branch: branch/default ( https://foss.heptapod.net/octobus/mercurial-devel/-/commits/branch/default ) Commit: 15d4f524 (

mercurial-devel | Pipeline #13274 has failed for branch/default | 9355cec3

2020-11-25 Thread Heptapod
Your pipeline has failed. Project: mercurial-devel ( https://foss.heptapod.net/octobus/mercurial-devel ) Branch: branch/default ( https://foss.heptapod.net/octobus/mercurial-devel/-/commits/branch/default ) Commit: 9355cec3 (

D9401: pyoxidizer: make sure defaultrc directory exists before trying to write to it

2020-11-25 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY When doing some work involving one-file binaries, this line is failing for me. It seems reasonable to just make sure the destination directory exists before

D9398: requirements: move loading to hg-core and add parsing

2020-11-25 Thread SimonSapin (Simon Sapin)
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY No functional change, checking comes later. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D9398 AFFECTED

D9397: rhg: add a `debugrequirements` subcommand

2020-11-25 Thread SimonSapin (Simon Sapin)
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY For now it only prints the contents of `.hg/requires` as-is, without parsing. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL

D9400: rhg: check that .hg/requires is ASCII

2020-11-25 Thread SimonSapin (Simon Sapin)
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D9400 AFFECTED FILES rust/hg-core/src/requirements.rs tests/test-rhg.t CHANGE

D9399: rhg: exit with relevant code for unsupported requirements

2020-11-25 Thread SimonSapin (Simon Sapin)
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D9399 AFFECTED FILES rust/hg-core/src/requirements.rs

mercurial@45878: 24 new changesets

2020-11-25 Thread Mercurial Commits
24 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/c10683da6889 changeset: 45855:c10683da6889 user:Martin von Zweigbergk date:Thu Nov 12 17:06:45 2020 -0800 summary: tests: show how `hg split` can put color codes in commit template