[Python-Dev] Submitting changes through Mercurial

Éric Araujo merwok at netwok.org
Sat Mar 26 00:24:42 CET 2011


> I see what happened: my revspec couldn't cope with the fact that you
> branched fix5845 off rlcompleter-config.
Ah, I hadn’t thought of that.  (I had to branch because of the former
issue with the hyphen; this is a pathological case.)

> In any case, I have now changed the revspec to use Baptiste's idea,
> which is really smart, which also allows me to drop the sourcebranch
> information.
> 
> Let's see whether it is correct this time.
It is!  (http://bugs.python.org/file21401/c43e264256e4.diff)  Thanks.

> I also added quotes into the branch name, so hyphens should be allowed now.
They are!  I changed the branch name back to the first name with an
hyphen and it successfully produced
http://bugs.python.org/file21402/d1cbf0347eb4.diff

Cheers


More information about the Python-Dev mailing list