Browse Source

Update NEWS

Jelmer Vernooij 1 month ago
parent
commit
f31830973c
2 changed files with 3 additions and 1 deletions
  1. 2 0
      NEWS
  2. 1 1
      dulwich/porcelain.py

+ 2 - 0
NEWS

@@ -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)

+ 1 - 1
dulwich/porcelain.py

@@ -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