Replies: 2 comments 1 reply
-
For posterity, I've since added aliases in my jjconfig to make this easier (avamsi/dotfiles#10 (comment)). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sounds like topics, to me, I think? #3402 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I sometimes have these changes that I'm not quite ready to discard but at the same time, I don't want them in my log as well.
I started "tagging" these changes manually with
#jj-archive
(i.e., put this somewhere in the description) and excluding them from my log revset (witharchived = 'description(substring:"#jj-archive")'
) -- this kind of does what I wanted to do and I can easily view my archived changes withjj log -r archived
.archive
(I think the --trailer flag from FR: add "signed-off-by" line #1399 (comment) would help)?Beta Was this translation helpful? Give feedback.
All reactions