Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • hg-git hg-git
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 86
    • Issues 86
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mercurial
  • hg-githg-git
  • Merge requests
  • !131

gitrepo: fix compatibility with Mercurial default

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dan Villiom Podlaski Christiansen requested to merge topic/default/fix-compat-default into branch/default Sep 09, 2021
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 2

Mercurial core changed and simplified the batchable API in c424ff4807e6, breaking our base peer. This abstracts the batchable functionality into a method in compat.py, and simplifies the code in gitrepo.py a bit, removing a class that's now mostly redundant.

https://phab.mercurial-scm.org/D11212

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: topic/default/fix-compat-default