Does Copybara support relarion chain CL's?
Open
- Dominant language
- Java
- Stars
- 3.8k
- Forks
- 345
- PR merge metrics
- No merged PRs in 30d
Description
I have a use case where we want to mirror a relation chain CL's from one Gerrit server to another Gerrit server. The expectation is that Copybara will reflect the relation chain as-is on the destination Gerrit server
## Current behavior
**Source Gerrit server**
TOT <- A <- B <- C
**Destination Gerrit server**
TOT <- A'
TOT <- B'
TOT <- C'
## Expected behavior
**Source Gerrit server**
TOT <- A <- B <- C
**Destination Gerrit server**
TOT <- A' <- B' <- C'
Contributor guide
Assessment
This issue has not been assessed yet.