I stopped Pete in his tracks because I corrected what I thought was an
error but turned out to be a file missing from the repo (Hence my request
elsewhere that people upload everything they got, which is legal to put up
there.)
To my consternation, the ROLLBACK command is described as DANGEROUS and
DEPRECATED. I tried anyway to no avail.
Looking online people suggested using STRIP. A command I couldn't find an
hg didn't recognise.
In the end I had to undo my changes manually as to not hold Pete back
longer than absolutely necessary
A guide in doing a rollback of a complete PUSH would be very welcome.
That is, if anyone know of the top of their head. I was pretty stressed at
the time, as you might imagine. If no one knows I could of course
investigate myself.
I'll definitely investigate and get back to you in about ten minutes. Could you please do something for me, though, as well? I've had a look as to how we might simplify the whole HTML layout engine issue, and I found something called the "Chromium Embedded Framework" (https://bitbucket.org/chromiumembedded/cef). It looks like the solution to most of our problems. Could you take a peek and see if I'm right or not?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In reaction to popular demand, this is an elementary guide to checking code in and out with Mercurial, abbreviated (for historical reasons) as Hg.
To check code out (download it to your computer so you can make changes), open up a Unix command prompt and enter the following commands:
You should be in a working copy of the main source directory. Make your changes now. Then, to check the changes in:
If you seriously fizzucked something up, you can kill your working directory like so:
Bump.
I stopped Pete in his tracks because I corrected what I thought was an
error but turned out to be a file missing from the repo (Hence my request
elsewhere that people upload everything they got, which is legal to put up
there.)
To my consternation, the ROLLBACK command is described as DANGEROUS and
DEPRECATED. I tried anyway to no avail.
Looking online people suggested using STRIP. A command I couldn't find an
hg didn't recognise.
In the end I had to undo my changes manually as to not hold Pete back
longer than absolutely necessary
A guide in doing a rollback of a complete PUSH would be very welcome.
Regards
On Tuesday, September 11, 2018, Ted Matavka nmatavka@users.sourceforge.net
wrote:
--
Søren Bro Thygesen
That is, if anyone know of the top of their head. I was pretty stressed at
the time, as you might imagine. If no one knows I could of course
investigate myself.
Regards
--
Søren Bro Thygesen
I'll definitely investigate and get back to you in about ten minutes. Could you please do something for me, though, as well? I've had a look as to how we might simplify the whole HTML layout engine issue, and I found something called the "Chromium Embedded Framework" (https://bitbucket.org/chromiumembedded/cef). It looks like the solution to most of our problems. Could you take a peek and see if I'm right or not?