D7252: dirs: reject consecutive slashes in paths

2019-11-05 Thread durin42 (Augie Fackler)
durin42 edited the summary of this revision. durin42 updated this revision to Diff 17620. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7252?vs=17619=17620 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7252/new/ REVISION DETAIL

D7252: dirs: reject consecutive slashes in paths

2019-11-05 Thread durin42 (Augie Fackler)
durin42 edited the summary of this revision. durin42 updated this revision to Diff 17619. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7252?vs=17618=17619 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7252/new/ REVISION DETAIL

D7233: hghave: disallow symlinks on Windows

2019-11-05 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In D7233#106279 , @indygreg wrote: > I think symlinks on Windows are too fragile to even consider enabling. So I'm fine leaving them disabled on Windows indefinitely. Out of curiosity, what's fragile about

D7251: tests: quote $PYTHON in test-byteify-strings.t

2019-11-05 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is needed because the default install location is "Program Files" on Windows. REPOSITORY rHG Mercurial REVISION DETAIL

D7234: dirs: reject consecutive slashes in paths

2019-11-05 Thread indygreg (Gregory Szorc)
indygreg added a comment. I had to drop this from `hg-committed` because Python 3 was not amused: `SystemError: returned NULL without setting an error` PTAL @durin42 REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7234/new/ REVISION DETAIL

D7233: hghave: disallow symlinks on Windows

2019-11-05 Thread indygreg (Gregory Szorc)
This revision is now accepted and ready to land. indygreg added a comment. indygreg accepted this revision. In D7233#106273 , @mharbison72 wrote: > In D7233#106184 , @indygreg wrote: > >>

D7230: py3: don't use bytes with vars() or __dict__

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHGbe384a2052aa: py3: dont use bytes with vars() or __dict__ (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7230?vs=17558=17599 CHANGES

D7233: hghave: disallow symlinks on Windows

2019-11-05 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In D7233#106184 , @indygreg wrote: > Shouldn't we be making this change in the core product as well? Otherwise Mercurial may attempt to use symlinks on Windows and we could blow up due to not having any test

D7247: repoview: move changelog.flags() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG318f0e268404: repoview: move changelog.flags() override to filteredchangelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7248: repoview: avoid wrapping changelog if there's nothing to filter

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHGaeb9ce57f358: repoview: avoid wrapping changelog if theres nothing to filter (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7246: repoview: move changelog.parentrevs() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHGb11aee88b2f0: repoview: move changelog.parentrevs() override to filteredchangelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7245: repoview: move changelog.linkrev() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG5ac4c1ba06a5: repoview: move changelog.linkrev() override to filteredchangelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7244: repoview: move changelog.node() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHGbcb07684b2b8: repoview: move changelog.node() override to filteredchangelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7243: repoview: move changelog.rev() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG11417741f562: repoview: move changelog.rev() override to filteredchangelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7242: repoview: move changelog.strip() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHGa7ec09043cb8: repoview: move changelog.strip() override to filteredchangelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7241: repoview: move changelog.headrevs() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHGdbcd0b043d4f: repoview: move changelog.headrevs() override to filteredchangelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7240: repoview: move changelog.revs() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG714fdefa66dc: repoview: move changelog.revs() override to filteredchangelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7250: revlog: move tiprev() from changelog up to revlog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG2860f6019b85: revlog: move tiprev() from changelog up to revlog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7250?vs=17580=17584

D7239: repoview: move changelog.__iter__() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG1a76cf41880d: repoview: move changelog.__iter__() override to filteredchangelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7238: repoview: move changelog.__contains__() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG6b437346b33f: repoview: move changelog.__contains__() override to filteredchangelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7237: repoview: move changelog.tiprev() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG2ef8acf6c7cf: repoview: move changelog.tiprev() override to filteredchangelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7236: repoview: wrap changelog class when filtering

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHGdc34c78d1c01: repoview: wrap changelog class when filtering (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7236?vs=17566=17586 CHANGES

D7235: repoview: extract a function for wrapping changelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG53bc486e2e01: repoview: extract a function for wrapping changelog (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7235?vs=17565=17585

D7232: tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)`

2019-11-05 Thread mharbison72 (Matt Harbison)
Closed by commit rHG0a0bad6d7ac0: tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)` (authored by mharbison72). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7234: dirs: reject consecutive slashes in paths

2019-11-05 Thread durin42 (Augie Fackler)
Closed by commit rHG88562eb65232: dirs: reject consecutive slashes in paths (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/D7234?vs=17564=17583 CHANGES SINCE

D7248: repoview: avoid wrapping changelog if there's nothing to filter

2019-11-05 Thread indygreg (Gregory Szorc)
This revision is now accepted and ready to land. indygreg added a comment. indygreg accepted this revision. Nice series. The only thing that I would consider changing is moving the class definition out of a function so it can more easily be monkeypatched. We can always construct a new

D7233: hghave: disallow symlinks on Windows

2019-11-05 Thread indygreg (Gregory Szorc)
indygreg added a comment. Shouldn't we be making this change in the core product as well? Otherwise Mercurial may attempt to use symlinks on Windows and we could blow up due to not having any test coverage? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION

D7178: [RFC] rust-matchers: add `Matcher` trait and implement `AlwaysMatcher`

2019-11-05 Thread Raphaël Gomès
Closed by commit rHGa77d4fe347a4: rust-matchers: add `Matcher` trait and implement `AlwaysMatcher` (authored by Alphare). 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

D7178: [RFC] rust-matchers: add `Matcher` trait and implement `AlwaysMatcher`

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In D7178#106175 , @martinvonz wrote: > From `test-check-commit.t`: > > @@ -25,3 +25,10 @@ > > fi > > done > > fi > + Revision e4f5ab3faa27 does not comply with rules > +

D7178: [RFC] rust-matchers: add `Matcher` trait and implement `AlwaysMatcher`

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. From `test-check-commit.t`: @@ -25,3 +25,10 @@ > fi > done > fi + Revision e4f5ab3faa27 does not comply with rules + -- + 6: summary line doesn't start with 'topic:

D7250: revlog: move tiprev() from changelog up to revlog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: indygreg. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This makes the changelog override simpler and it seems more consistent. REPOSITORY rHG Mercurial BRANCH default

D7249: match: drop support for passing '.' for root dir to visit*() methods

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We said we'd drop support for it after 5.1, so it's time to clean it up now. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL

D7247: repoview: move changelog.flags() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7247 AFFECTED FILES mercurial/changelog.py mercurial/repoview.py CHANGE

D7248: repoview: avoid wrapping changelog if there's nothing to filter

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This simplifies the code a bit by moving the optimizaton for no filtered revisions to one place. I assume it also makes working with repos without obsmarkers

D7245: repoview: move changelog.linkrev() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7245 AFFECTED FILES mercurial/changelog.py mercurial/repoview.py CHANGE

D7244: repoview: move changelog.node() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7244 AFFECTED FILES mercurial/changelog.py mercurial/repoview.py CHANGE

D7243: repoview: move changelog.rev() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7243 AFFECTED FILES mercurial/changelog.py mercurial/repoview.py CHANGE

D7241: repoview: move changelog.headrevs() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7241 AFFECTED FILES mercurial/changelog.py mercurial/repoview.py CHANGE

D7242: repoview: move changelog.strip() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7242 AFFECTED FILES mercurial/changelog.py mercurial/repoview.py CHANGE

D7240: repoview: move changelog.revs() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7240 AFFECTED FILES mercurial/changelog.py mercurial/repoview.py CHANGE

D7239: repoview: move changelog.__iter__() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7239 AFFECTED FILES mercurial/changelog.py mercurial/repoview.py CHANGE

D7238: repoview: move changelog.__contains__() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7238 AFFECTED FILES mercurial/changelog.py mercurial/repoview.py CHANGE

D7237: repoview: move changelog.tiprev() override to filteredchangelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7237 AFFECTED FILES mercurial/changelog.py mercurial/repoview.py CHANGE

D7236: repoview: wrap changelog class when filtering

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The class doesn't yet do anything. I'll move the filter-aware overrides from the changelog class over one by one to this class in coming patches. That will

D7235: repoview: extract a function for wrapping changelog

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY I would like to clean up the changelog class by moving out knowledge of filtering. The filtering will instead be done in a class that wraps the changelog.

D7234: dirs: reject consecutive slashes in paths

2019-11-05 Thread durin42 (Augie Fackler)
durin42 updated this revision to Diff 17564. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7234?vs=17563=17564 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7234/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7234 AFFECTED FILES

D7234: dirs: reject consecutive slashes in paths

2019-11-05 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We shouldn't ever see those, and the fuzzer go really excited that if it gives us a 65k string with 55k slashes in it we use a lot of RAM. This is a better

D7233: hghave: disallow symlinks on Windows

2019-11-05 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Symlinks on Windows require either a special priviledge, or enabling Developer Mode. It's probably the latter that is enabled on the new CI machine. But

D7232: tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)`

2019-11-05 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The CI for py3 is assuming that symlinks are possible (they are when running as Administrator or when Developer Mode is enabled), and these popped up.

D7231: relnotes: copy "next" to "5.2" and clear "next"

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. This is meant for the stable branch REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7231/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7231 To: martinvonz, #hg-reviewers Cc: mercurial-devel

D7231: relnotes: copy "next" to "5.2" and clear "next"

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is the same thing as we did for 5.1 in cba59b338976 (relnotes: copy "next"

D7174: largefiles: delete obsolete and unushed repo.push()

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. I'll fix the "unushed" typo in flight (there's just one commit on top right now) REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7174/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7174 To: martinvonz,

mercurial@43420: 2 new changesets (2 on stable)

2019-11-05 Thread Mercurial Commits
2 new changesets (2 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/1d4beab7a3d2 changeset: 43419:1d4beab7a3d2 branch: stable user:Augie Fackler date:Tue Nov 05 12:10:38 2019 -0500 summary: Added tag 5.2 for changeset ca3dca416f8d

mercurial@43418: 7 new changesets (7 on stable)

2019-11-05 Thread Mercurial Commits
7 new changesets (7 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/ca0cd0a13514 changeset: 43412:ca0cd0a13514 branch: stable user:Gregory Szorc date:Mon Nov 04 23:42:18 2019 -0800 summary: tests: look for ensurepip before using venv

D7230: py3: don't use bytes with vars() or __dict__

2019-11-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Inspired by D7227 . These were all the remaining instances I could find. REPOSITORY rHG Mercurial BRANCH stable

Re: [PATCH 4 of 4] revset: introduce a 'foo#stack[n]' subscript relation to access stack revisions

2019-11-05 Thread Pierre-Yves David
Yuya and I talked about it at the sprint. The conclusion that that both the `r#stack` and `r#stack[base]` approach are valid. We are leaning toward using `r#stack`. Anton, can you move in that direction ? On 9/27/19 12:13 PM, Pierre-Yves David wrote: On 9/25/19 2:04 PM, Yuya Nishihara

D7227: localrepo: use str for lookup in vars()

2019-11-05 Thread indygreg (Gregory Szorc)
Closed by commit rHGa0916e8819f6: localrepo: use str for lookup in vars() (authored by indygreg). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7227?vs=17549=17555 CHANGES SINCE

D7226: tests: write out file using bytes I/O

2019-11-05 Thread indygreg (Gregory Szorc)
Closed by commit rHGe7eb67eab53f: tests: write out file using bytes I/O (authored by indygreg). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7226?vs=17548=17557 CHANGES SINCE

D7225: import-checker: open all source files as utf-8

2019-11-05 Thread indygreg (Gregory Szorc)
Closed by commit rHGa8454e846736: import-checker: open all source files as utf-8 (authored by indygreg). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7225?vs=17547=17556 CHANGES

D7228: tests: look for ensurepip before using venv

2019-11-05 Thread indygreg (Gregory Szorc)
Closed by commit rHGca0cd0a13514: tests: look for ensurepip before using venv (authored by indygreg). 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 Mercurial CHANGES

D7229: automation: install python3-venv Debian package

2019-11-05 Thread indygreg (Gregory Szorc)
Closed by commit rHGacdd4f28f6a3: automation: install python3-venv Debian package (authored by indygreg). 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 Mercurial

mercurial@43411: 4 new changesets (4 on stable)

2019-11-05 Thread Mercurial Commits
4 new changesets (4 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/d9e7ac50b80a changeset: 43408:d9e7ac50b80a branch: stable user:Gregory Szorc date:Mon Nov 04 20:21:31 2019 -0800 summary: run-tests: use byte strings for inserted output

[PATCH 1 of 2 STABLE] py3: do not reimplement Abort.__str__() on Python 2

2019-11-05 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1572956980 -32400 # Tue Nov 05 21:29:40 2019 +0900 # Branch stable # Node ID ea5b708e3f51afe6591d7e595a7bcdd5e909cfc1 # Parent a77338d2bdabb7aa81bb275b3794de7707843545 py3: do not reimplement Abort.__str__() on Python 2 It isn't necessary

Re: rpm repodata

2019-11-05 Thread Mathias De Maré
On Mon, Nov 4, 2019 at 10:04 AM Mathias De Maré wrote: > > > On Fri, Apr 12, 2019 at 2:27 PM Pierre-Yves David < > pierre-yves.da...@ens-lyon.org> wrote: > >> I've excavated my build-nightly.sh script from the former build machine. >> It is attached to this email. >> > > Just a small update on