Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • heptapod heptapod
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 198
    • Issues 198
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • heptapodheptapod
  • heptapodheptapod
  • Issues
  • #82
Closed
Open
Issue created Aug 13, 2019 by Arthur Lutz@arthur.lutzDeveloper

hg push of topics doesn't show link to create merge requests

With recently upgraded 0.5.1 when pushing new topics, we don't get the usual link to create merge requests.

 arthur@draco  ~│t│test-45-ter  hg topic topic2
 arthur@draco  ~│t│test-45-ter  vim README 
 arthur@draco  ~│t│test-45-ter  hg ci                                          (4s 863ms)  
active topic 'topic2' grew its first changeset
(see 'hg help topics' for more information)
 arthur@draco  ~│t│test-45-ter  hg push                                        (4s 382ms)  
pushing to https://forge.extranet.logilab.fr/arthur/test-45-ter
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 2 changesets with 2 changes to 1 files (+1 heads)
remote: pushing to git+ssh://git@localhost:arthur/test-45-ter.git
remote: searching for changes
remote: no changes found
remote: pushing to git+ssh://git@localhost:arthur/test-45-ter.git
remote: searching for changes
remote: adding objects
remote: added 2 commits with 2 trees and 2 blobs
remote: pushing to git+ssh://git@localhost:arthur/test-45-ter.git
remote: searching for changes
remote: no changes found

Maybe related but a simple commit generates 3 git pushes now ? (example below is from an empty repo)

arthur@draco  ~│tmp  cd test-45-ter/
 arthur@draco  ~│t│test-45-ter  hg add README; hg ci
 arthur@draco  ~│t│test-45-ter  hg push                                        (3s 377ms)  
pushing to https://forge.extranet.logilab.fr/arthur/test-45-ter
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
remote: pushing to git+ssh://git@localhost:arthur/test-45-ter.git
remote: searching for changes
remote: no changes found
remote: pushing to git+ssh://git@localhost:arthur/test-45-ter.git
remote: searching for changes
remote: adding objects
remote: added 1 commits with 1 trees and 1 blobs
remote: pushing to git+ssh://git@localhost:arthur/test-45-ter.git
remote: searching for changes
remote: no changes found
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking