[help] list anonymous branches, not associated to any tracked branch #6360
-
Hi, i'd like help constructing a revset that I can't quite figure out. I'd like a command that rebases all my anonymous commits, but leaves in-place stacks that I've pushed to my remote. That way, I could run this command and keep all my in-progress work up to date, but not worry about continuously force-pushing to github with unnecessary changes for work that's been added to a PR. I currently use this:
however, this still rebases stacks that have any un-pushed commit, which I'd like to stay in place. for example:
this stack will still be matched and rebased because I haven't been able to find any matches in the issues in this repo or online for a command that only matches entirely anonymous stacks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Does this work? It seems to select what you're asking for in my own repo.
Building it up from scratch:
|
Beta Was this translation helpful? Give feedback.
Does this work? It seems to select what you're asking for in my own repo.
Building it up from scratch: