Default log revset without conflicted change from others #7804
Unanswered
bboissin
asked this question in
Nice Revsets
Replies: 2 comments 2 replies
|
you need to add the clause |
1 reply
|
The default log revset shouldn't show other branches at all unless you start tracking the remote bookmark. Did you enable I'm also a little confused about how other people are pushing conflicts. Git doesn't record conflicts in commits, they have to be resolved before committing. Is it possible you're seeing divergent changes? Do you see the word "conflict" or the symbol "??" in your log output? |
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 really like the default log, my only issue is that whenever other people push conflicted changes on their branch (we're using gitlab), it pollutes the log.
Is there a way to only show the conflicted change I own by default?
I tried building my own revset but couldn't really reproduce the default one easily.
All reactions