Re: Euphoria development workflow
- Posted by jaygade Feb 21, 2011
- 1402 views
Well, I finally got it, but the diff output looks like there are some lines there that I didn't change myself?
Still confused, hope that I didn't screw up the branch.
Here's what I did:
$ hg clone -b 4.0 https://scm.openeuphoria.org/hg/euphoria euphoria4-clone $ cd euphoria4-clone $ cp ../euphoria4.0.1/source/scanner.e ./source $ cp ../euphoria4.0.1/source/scinot.e ./source $ cp ../euphoria4.0.1/tests/t_scientific.e ./tests $ hg add t_scientific.e $ hg commit -m "Fix [[ticket:609]] handling zeroes in scientific notation" $ hg push -b 4.0
I did a few other things in there, they were mostly "helps" and stuff like that. Before I copied my files I did try to do a pull and an up for the branch, but there were no changes waiting.
So I don't know why I have any changes listed outside of my_sscanf() in scanner.e.
The output of the push also told me that there was no ticket information, as well as a lot of lines mentioning how the certificate for openeuphoria.org was invalid.