chore(jj): delete-pending bookmark fix/push-allow-new を forget - #60
Merged
Conversation
local repo から delete-pending 状態の bookmark `fix/push-allow-new` を `jj bookmark forget` で除去し、`jj git push --tracked` 時の警告を消す。 ## 実施内容 - `jj bookmark forget fix/push-allow-new` 実行 (remote は触らない) - `docs/todo.md` から完了タスク「7. 雑務: 過去の delete-pending bookmark cleanup」を削除 ## Verification - 実施前: `jj bookmark list` に `fix/push-allow-new (deleted)` が表示 - 実施後: `master` のみ表示、警告消失 refs: docs/todo.md task 7 (feedback_todo_no_history 準拠で完了タスク削除)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthrough
Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fix/push-allow-newをjj bookmark forgetで除去Context
jj git push --tracked時にRefusing to push deleted bookmark fix/push-allow-new警告が継続的に出ていた状態を解消。remote bookmark 自体は触らず local tracking のみ停止するため安全 (
jj bookmark forgetの semantics)。Verification
jj bookmark listにfix/push-allow-new (deleted)表示masterのみ表示、警告消失References
feedback_todo_no_historyに従い完了タスク削除)Summary by CodeRabbit