(remote, remoteDevtoolsRef string)
| 1080 | } |
| 1081 | |
| 1082 | func getLocalDevtoolsRef(remote, remoteDevtoolsRef string) string { |
| 1083 | relativeRef := strings.TrimPrefix(remoteDevtoolsRef, remoteDevtoolsRefPrefix+remote+"/") |
| 1084 | return devtoolsRefPrefix + relativeRef |
| 1085 | } |
| 1086 | |
| 1087 | // MergeArchives merges in the remote's state of the archives reference into |
| 1088 | // the local repository's. |