Jeff Walden <jwalden@mit.edu> [Mon, 19 May 2008 03:52:26 -0400] rev 6609
Slight improvement to qpop arguments help
Patrick Mezard <pmezard@gmail.com> [Sun, 18 May 2008 20:54:10 +0200] rev 6608
test-mq: update qdiff summary output
Patrick Mezard <pmezard@gmail.com> [Sun, 18 May 2008 17:01:24 +0200] rev 6607
mq: make qselect fail properly on an empty guard
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 17 May 2008 09:11:14 +0200] rev 6606
mq: expand help text for qdiff
Thanks to Waldo for thinking about this and formulating some text.
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:56 -0500] rev 6605
status: refactor status command
- directly calculate a list of states to show
- simplify repo.status call
- use zip to build file list
- only add relevant copies to copy dict
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6604
match: cleanup match classes a bit
Matt Mackall <mpm@selenic.com> [Mon, 12 May 2008 11:37:08 -0500] rev 6603
match: remove files arg from repo.status and friends