@@ -2,6 +2,8 @@
* Add basic support for managing Notes. (Jelmer Vernooij)
+ * Add basic ``cherry-pick`` subcommand. (#1599, Jelmer Vernooij)
+
0.23.0 2025-06-21
* Add basic ``rebase`` subcommand. (Jelmer Vernooij)
@@ -3048,7 +3048,7 @@ def cherry_pick(
continue_=False,
abort=False,
):
- """Cherry-pick a commit onto the current branch.
+ r"""Cherry-pick a commit onto the current branch.
Args:
repo: Repository to cherry-pick into