Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • evolve evolve
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 27
    • Merge requests 27
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • mercurial
  • evolveevolve
  • Merge requests
  • !80

topic: make in-memory rebase preserve topic

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Martin von Zweigbergk requested to merge topic/default/in-memory-rebase into branch/default Dec 26, 2019
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 1

The override code thought that __init__ would return the runtime instance, but it's actually the first argument to the function (the self argument), so the code had no effect at all before this patch.

I think the bug only affected in-memory rebase because the in-working-copy rebase used the current topic, which was set correctly since 5156a67f66a6 (topics: update current topic to the topic of newly rebased commit (issue5551), 2017-06-29).

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: topic/default/in-memory-rebase