--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/f746610e-d566-42af-ac90-c57ecf84fa6fn%40chromium.org.
You should be able to restore an abandoned change in Gerrit (do you have a link to the issue?), but "git cl issue 0" should clear the association between your local branch and the remote Gerrit issue.On Wed, Apr 27, 2022 at 12:27 PM Vishwas Uppoor <vishwa...@chromium.org> wrote:Hi,I deleted my CL by selecting the "Delete change" button on Gerrit UI. Is there a way to restore it? If not, how do I upload a new change from my local branch? I get "GerritChangeNotExists" when I try to upload a patch.Thanks!
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
Hi,
The easiest is creating a new branch and cherry-picking the changes from
the one linked to the deleted CL, and upload a new CL from that branch.
Remove the Gerrit metadata in your commits, if any.
El 2022-04-27 17:38, Vishwas Uppoor escribió:
> Hi,
>
> I deleted my CL by selecting the "Delete change" button on Gerrit UI.
> Is there a way to restore it? If not, how do I upload a new change
> from my local branch? I get "GerritChangeNotExists" when I try to
> upload a patch.
>
> Thanks!
>
> --
> --
> Chromium Developers mailing list: chromi...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-dev
> ---
> You received this message because you are subscribed to the Google
> Groups "Chromium-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to chromium-dev+unsubscribe@chromium.org.