瀏覽代碼

Update NEWS

Jelmer Vernooij 1 月之前
父節點
當前提交
f31830973c
共有 2 個文件被更改,包括 3 次插入1 次删除
  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