[Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer

Jasper St. Pierre jstpierre at mecheye.net
Tue Jul 5 22:15:09 EDT 2011


On Tue, Jul 5, 2011 at 5:02 AM, Alessandro Dentella <sandro at e-den.it> wrote:
> On Tue, Jul 05, 2011 at 03:42:04AM -0400, Jasper St. Pierre wrote:
>> re: Mercurial, I didn't like it when I used it. If someone can tell me
>> how to do this[3] in hg, I'd be more inclined to play along. And that
>
> I do this sort of things using mercurial queues. I pile up patches in a
> queue and can subsequently navigate in the queue (hg qgoto fix_header1) and
> fold it with a later one (hg qfold fix_header2).

Hm. So it's like quilt? Are patch queues real commits (changesets,
revisions, whatever), so I can log and blame and grep them while I'm
working?

> While the queue is not yet committed I can change the commit log of a patch
> in a simple way.
>
>   hg qnew -f fix1 -m "this fixed issue 1"
>   hg qnew -I debian/control -m "fix control"
>   hg qnew -f fix1.1 -m "forgot something in issue 1"
>   hg qgoto fix1
>   hg qfold fix1.1  # This concatenate the 2 comments"
>   hg qrefresh -e   # fix your comment as you like it
>   hg qpush
>   hg qfinish -a   # commit all queues currently applied

Neato. This requires me to be in a queue *before* I fix my patch, right?

> sandro
> *:-)
>
> --
> Sandro Dentella  *:-)
> http://www.reteisi.org             Soluzioni libere per le scuole
> http://sqlkit.argolinux.org        SQLkit home page - PyGTK/python/sqlalchemy
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>

-- 
 Jasper



More information about the Twisted-Python mailing list