Hi Do people work on the same gerrit cl from multiple machines? I tried git cl checkout but it doesn't work.
eg. for https://chromium-review.googlesource.com/c/v8/v8/+/5797602 $ cat ../.gclient solutions = [ { "name": "v8", "url": "https://chromium.googlesource.com/v8/v8.git", "deps_file": "DEPS", "managed": False, "custom_deps": {}, }, ] $ git cl checkout -v 5797602 No branch found for issue 5797602. -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CAHZxHpip84RF-bn29dfVBRUCK0QPAmZWuxEp8QCYA1934JGNoQ%40mail.gmail.com.
