mercurial-devel | Failed pipeline for branch/default | 3c9f8b00

2022-01-05 Thread Heptapod


Pipeline #30892 has failed!

Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel )
Branch: branch/default ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/default )

Commit: 3c9f8b00 ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/3c9f8b008638d994e7849c6cc9bdea38ad29bacb
 )
Commit Message: dirstate: remove deprecated API

Differential R...
Commit Author: Raphaël Gomès

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

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

Stage: tests
Name: check-pytype-py3
Job #280451 ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/jobs/280451/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


mercurial-devel | Failed pipeline for branch/default | 3c9f8b00

2022-01-05 Thread Heptapod


Pipeline #30892 has failed!

Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel )
Branch: branch/default ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/default )

Commit: 3c9f8b00 ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/3c9f8b008638d994e7849c6cc9bdea38ad29bacb
 )
Commit Message: dirstate: remove deprecated API

Differential R...
Commit Author: Raphaël Gomès

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

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

Stage: tests
Name: check-pytype-py3
Job #280451 ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/jobs/280451/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


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

2022-01-05 Thread Heptapod


Pipeline #30913 has failed!

Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel )
Branch: branch/default ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/default )

Commit: f44ae93c ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/f44ae93ce169f00dbd58f77f9e6f2bc6af1fee58
 )
Commit Message: simplemerge: rewrite `merge_lines()` using `mer...
Commit Author: Martin von Zweigbergk ( https://foss.heptapod.net/martinvonz )

Pipeline #30913 ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/pipelines/30913 ) 
triggered by Administrator ( https://foss.heptapod.net/root )
had 1 failed job.

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

Stage: tests
Name: check-pytype-py3

-- 
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-devel | Failed pipeline for branch/default | 3c9f8b00

2022-01-05 Thread Heptapod


Pipeline #30916 has failed!

Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel )
Branch: branch/default ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/default )

Commit: 3c9f8b00 ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/3c9f8b008638d994e7849c6cc9bdea38ad29bacb
 )
Commit Message: dirstate: remove deprecated API

Differential R...
Commit Author: Raphaël Gomès

Pipeline #30916 ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/pipelines/30916 ) 
triggered by Administrator ( https://foss.heptapod.net/root )
had 1 failed job.

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

Stage: tests
Name: test-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


D11958: git: add opener attribute to gitstore

2022-01-05 Thread durin42 (Augie Fackler)
durin42 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/D11958

AFFECTED FILES
  hgext/git/__init__.py

CHANGE DETAILS

diff --git a/hgext/git/__init__.py b/hgext/git/__init__.py
--- a/hgext/git/__init__.py
+++ b/hgext/git/__init__.py
@@ -51,6 +51,7 @@
 class gitstore(object):  # store.basicstore):
 def __init__(self, path, vfstype):
 self.vfs = vfstype(path)
+self.opener = self.vfs
 self.path = self.vfs.base
 self.createmode = store._calcmode(self.vfs)
 # above lines should go away in favor of:



To: durin42, #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


mercurial-devel | Failed pipeline for branch/stable | 62e01caa

2022-01-05 Thread Heptapod


Pipeline #30925 has failed!

Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel )
Branch: branch/stable ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/stable )

Commit: 62e01caa ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/62e01caaef7c56808f99617b8db87ecb0b8f2143
 )
Commit Message: Added signature for changeset 799fdf4cca80

--H...
Commit Author: Raphaël Gomès

Pipeline #30925 ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/pipelines/30925 ) 
triggered by Administrator ( https://foss.heptapod.net/root )
had 1 failed job.

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

Stage: tests
Name: test-py2-rust

-- 
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-devel | Failed pipeline for branch/stable | 62e01caa

2022-01-05 Thread Heptapod


Pipeline #30925 has failed!

Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel )
Branch: branch/stable ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/stable )

Commit: 62e01caa ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/62e01caaef7c56808f99617b8db87ecb0b8f2143
 )
Commit Message: Added signature for changeset 799fdf4cca80

--H...
Commit Author: Raphaël Gomès

Pipeline #30925 ( 
https://foss.heptapod.net/mercurial/mercurial-devel/-/pipelines/30925 ) 
triggered by Administrator ( https://foss.heptapod.net/root )
had 1 failed job.

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

Stage: tests
Name: test-py2-rust

-- 
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