On 07/03/2013 08:06, Heath Stewart wrote:
Exactly the problem. So while I'm working on several changes or even just waiting for a pull request to go through while continuing on with other chqnges, I have multiple forks and multiple clones. That consumes a lot of disk space that Git wouldn't require with lightweight branching. (I believe this is the major reason Git won the social coding race.) Rob said he planned to convert so I was wondering what the status was and what we should do till then.

Use Mercurial Queues - http://mercurial.selenic.com/wiki/MqExtension . I use HG every day for work and I think s lot of people use MQ to handle multiple changes: you clone once and 'hg qpush' a changeset to work on it, then 'hg qpop' to remove it.

--
Bruce Cran
------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to