Video: Bryan O’Sullivan “Mercurial Extension: mercurial queue”
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.
Recent posts on similar topics
- Dave Dribin: "Choosing a Distributed Version Control System" - February 10th, 2008
- Zack Rusin: Git cheat sheet - September 12th, 2007
- Video: Linus Torvalds on Git - June 30th, 2007
- Video: Bryan O'Sullivan "Mercurial Project" - June 26th, 2007
- Mozilla: Version Control System Shootout Redux Redux - June 24th, 2007