forked from mirrors/jj
FAQ: remove workaround for fixed bug (#2476)
This commit is contained in:
parent
6c41b1bef8
commit
5b2259445e
1 changed files with 0 additions and 5 deletions
|
@ -162,11 +162,6 @@ this is to abandon the unneeded commits (using `jj abandon <commit ID>`). If you
|
|||
would like to keep both commits with this change ID, you can `jj duplicate` one
|
||||
of them before abandoning it.
|
||||
|
||||
Usually, the different commits associated with the divergent change ID should all
|
||||
appear in the log, but due to #2476, they may not. If that happens, you can
|
||||
either use `jj log -r 'all()' | grep <change id>` or disable the
|
||||
`revsets.short-prefixes` config option.
|
||||
|
||||
### How do I deal with conflicted branches ('??' after branch name)?
|
||||
|
||||
A [conflicted branch][branches_conflicts] is a branch that refers to multiple
|
||||
|
|
Loading…
Reference in a new issue