From 15fb77f30fc0ba6583ee37e0778c0930875bcbf5 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Thu, 26 Sep 2024 18:10:16 +0200 Subject: [PATCH] changelog: warning on `jj git fetch` is a new feature, not a bugfix --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ddfbc5d6..ef128f33ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,14 +88,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). flag. When used, descendants of the edited or deleted commits will keep their original content. + * `jj git fetch -b ` will now warn if the branch(es) + can not be found in any of the specified/configured remotes. + ### Fixed bugs * Update working copy before reporting changes. This prevents errors during reporting from leaving the working copy in a stale state. - * `jj git fetch -b ` will now warn if the branch(es) - can not be found in any of the specified/configured remotes. - * Fixed panic when parsing invalid conflict markers of a particular form. ([#2611](https://github.com/martinvonz/jj/pull/2611))