We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ef8bf commit e50608dCopy full SHA for e50608d
git_sim/cherrypick.py
@@ -35,7 +35,7 @@ def __init__(self, commit: str, edit: str):
35
36
def construct(self):
37
print(
38
- f"{settings.INFO_STRING} {type(self).__name__.lower()} {self.commit}"
+ f"{settings.INFO_STRING} cherry-pick {self.commit}"
39
+ ((' -e "' + self.edit + '"') if self.edit else "")
40
)
41
0 commit comments