Skip to content

Conversation

@j1elo
Copy link

@j1elo j1elo commented Dec 7, 2018

  • 4c0f956 adds support for the import command. Is this a good way to do it?

  • 22fe91b is a cosmetic change just to generate shorter patch-queue/ branch names. With this, patch queue branches will be named such as patch-queue/03e0b41. Without this, pq branches would be named like patch-queue/03e0b4134690062fb7a358592f85df8c7ff31bbd. This is just a cosmetic commit, not very important given that patch-queue branches tend to be short lived. But it's added here just in case it's seen as a good idea.

Copy link
Owner

@agx agx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's gbp not bgp int the commit message of the first commit.

if options.ignore_branch:
current = repo.get_commits(num=1,
current = repo.get_commits(
num=1,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "branch name" is o.k. but did you verify e.g. "gbp switch" works with this? It would be good to have a test in tests/component/deb/test_pq.py that makes sure we don't break this behavior. Most of the functions called assume it's a branch we're working on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants