Archive for the 'patch queues' Category

Video: Bryan O’Sullivan “Mercurial Extension: mercurial queue”

Saturday, June 30th, 2007
Lightning talk from Bryan O’Sullivan, aired at EuroPython 2006.
This talk presents Mercurial Queue (mq), an extension to the Mercurial … all ยป Version Control System (VCS). Mq is used to manage a series of patches in the same way that quilt does. The main difference is its complete integration with the VCS software, so that you can manipulate the patches as changeset objects. Mq adheres to the Mercurial philosophy: it is simple to use and blazingly fast. It can manage hundreds of patches applied to a 20,000 file repository.
See Bryan O’Sullivan “Mercurial Extension: mercurial queue” at Google Video.

Guilt 0.15 (formerly Git Queues/gq)

Monday, January 8th, 2007
3 Jan 2007: “The scripts have changed considerably since the initial announcement two months ago. The current scripts are much more reliable, and follow more of the quilt/mq semantics.” (via LWN.net)

Git Queues 0.10

Friday, November 17th, 2006
Git Queues (gq) is a series of bash scripts which add a Mercurial queues-like functionality and interface to git. 14 Nov 2006: Git Queues 0.10: The scripts are rather incomplete at the moment, but I’m hoping they’ll get to being very usable very soon. (via LWN.net)