Failed pipeline for branch/default | mercurial-devel | 2ee8b13d

2021-03-30 Thread Heptapod


Pipeline #20020 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: 2ee8b13d ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/commit/2ee8b13dca9257ad3568726144c71f007dcc178a
 )
Commit Message: deb: avoid use of [[ in 'rules' file

It's not ...
Commit Author: Kyle Lippincott ( https://foss.heptapod.net/spectral )

Pipeline #20020 ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/pipelines/20020 ) triggered 
by Administrator ( https://foss.heptapod.net/root )
had 2 failed builds.

Job #180969 ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/jobs/180969/raw )

Stage: tests
Name: checks-py3
Job #180968 ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/jobs/180968/raw )

Stage: tests
Name: checks-py2

-- 
You're receiving this email because of your account on foss.heptapod.net.



___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D10292: deb: avoid use of [[ in 'rules' file

2021-03-30 Thread spectral (Kyle Lippincott)
spectral created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  It's not supported by posix shell, and apparently my build system uses that.

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D10292

AFFECTED FILES
  contrib/packaging/debian/rules

CHANGE DETAILS

diff --git a/contrib/packaging/debian/rules b/contrib/packaging/debian/rules
--- a/contrib/packaging/debian/rules
+++ b/contrib/packaging/debian/rules
@@ -96,7 +96,7 @@
cp contrib/bash_completion 
"$(CURDIR)"/debian/mercurial/usr/share/bash-completion/completions/hg
mkdir -p "$(CURDIR)"/debian/mercurial/usr/share/zsh/vendor-completions
cp contrib/zsh_completion 
"$(CURDIR)"/debian/mercurial/usr/share/zsh/vendor-completions/_hg
-   if [[ "$(DEB_HG_CHG_BY_DEFAULT)" -eq 1 ]]; then \
+   if [ "$(DEB_HG_CHG_BY_DEFAULT)" -eq 1 ]; then \
mkdir -p "$(CURDIR)"/debian/mercurial/usr/lib/mercurial; \
mv "$(CURDIR)"/debian/mercurial/usr/bin/hg 
"$(CURDIR)"/debian/mercurial/usr/lib/mercurial/hg; \
ln -s chg "$(CURDIR)"/debian/mercurial/usr/bin/hg; \



To: spectral, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D10291: mergestate: remove unused import

2021-03-30 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger 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/D10291

AFFECTED FILES
  mercurial/mergestate.py

CHANGE DETAILS

diff --git a/mercurial/mergestate.py b/mercurial/mergestate.py
--- a/mercurial/mergestate.py
+++ b/mercurial/mergestate.py
@@ -10,7 +10,6 @@
 bin,
 hex,
 nullhex,
-nullid,
 nullrev,
 )
 from . import (



To: joerg.sonnenberger, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


Failed pipeline for branch/default | mercurial-devel | 2004eec2

2021-03-30 Thread Heptapod


Pipeline #20014 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: 2004eec2 ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/commit/2004eec200e4fb9b0d41727fa7eb34768e15907b
 )
Commit Message: refactor: prefer checks against nullrev over nu...
Commit Author: Jörg Sonnenberger ( https://foss.heptapod.net/joerg )

Pipeline #20014 ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/pipelines/20014 ) triggered 
by Administrator ( https://foss.heptapod.net/root )
had 2 failed builds.

Job #180943 ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/jobs/180943/raw )

Stage: tests
Name: checks-py3
Job #180942 ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/jobs/180942/raw )

Stage: tests
Name: checks-py2

-- 
You're receiving this email because of your account on foss.heptapod.net.



___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


Failed pipeline for branch/default | mercurial-devel | bcfb18c5

2021-03-30 Thread Heptapod


Pipeline #20006 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: bcfb18c5 ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/commit/bcfb18c57d125d1340c4b17ceedfa90cd6b2812e
 )
Commit Message: test: enforce master to be the default branch i...
Commit Author: Pierre-Yves David ( https://foss.heptapod.net/marmoute )

Pipeline #20006 ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/pipelines/20006 ) triggered 
by Administrator ( https://foss.heptapod.net/root )
had 2 failed builds.

Job #180896 ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/jobs/180896/raw )

Stage: tests
Name: test-py2-pure
Job #180902 ( 
https://foss.heptapod.net/octobus/mercurial-devel/-/jobs/180902/raw )

Stage: tests
Name: test-py3-chg

-- 
You're receiving this email because of your account on foss.heptapod.net.



___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


mercurial@46802: new changeset (1 on stable)

2021-03-30 Thread Mercurial Commits
New changeset (1 on stable) in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/112826b59476
changeset:   46802:112826b59476
branch:  stable
tag: tip
parent:  46793:86b47ec1960a
user:Pierre-Yves David 
date:Fri Mar 26 18:37:25 2021 +0100
summary: re2: feed unicode string to re2 module when necessary

-- 
Repository URL: https://www.mercurial-scm.org/repo/hg
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


mercurial@46801: 7 new changesets

2021-03-30 Thread Mercurial Commits
7 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/048beb0167a7
changeset:   46795:048beb0167a7
user:Joerg Sonnenberger 
date:Fri Mar 19 23:34:29 2021 +0100
summary: git: fix missing case from 6266d19556ad (introduction of 
nodeconstants)

https://www.mercurial-scm.org/repo/hg/rev/38f55ef058fb
changeset:   46796:38f55ef058fb
user:Joerg Sonnenberger 
date:Fri Mar 19 23:51:46 2021 +0100
summary: tests: resort to fix test with newer git versions

https://www.mercurial-scm.org/repo/hg/rev/bcdcb4423ae3
changeset:   46797:bcdcb4423ae3
user:Simon Sapin 
date:Fri Mar 19 13:18:53 2021 +0100
summary: rhg: Add more conversions between error types

https://www.mercurial-scm.org/repo/hg/rev/f51ff655d338
changeset:   46798:f51ff655d338
user:Martin von Zweigbergk 
date:Fri Mar 19 23:16:09 2021 -0700
summary: bisect: use standard one-line commit summary

https://www.mercurial-scm.org/repo/hg/rev/283828850c56
changeset:   46799:283828850c56
user:Joerg Sonnenberger 
date:Sat Mar 20 00:36:43 2021 +0100
summary: chg: kill trailing comma in SEE ALSO

https://www.mercurial-scm.org/repo/hg/rev/186c0f6fbc16
changeset:   46800:186c0f6fbc16
user:Joerg Sonnenberger 
date:Sat Mar 20 00:37:57 2021 +0100
summary: tests: ask any chg instance to terminate before looking at sqlite 
dbs

https://www.mercurial-scm.org/repo/hg/rev/32399d0813e0
changeset:   46801:32399d0813e0
bookmark:@
tag: tip
user:Martin von Zweigbergk 
date:Fri Mar 19 12:08:46 2021 -0700
summary: rebase: skip obsolete commits even if they have pruned successors

-- 
Repository URL: https://www.mercurial-scm.org/repo/hg
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel