diff tests/test-branches @ 6067:57c1a7052982

Option to log to only show changesets within a specified branch.
author Dustin Sallings <dustin@spy.net>
date Fri, 08 Feb 2008 21:31:03 -0800
parents 6858a7477a5e
children a2b13cac0922
line wrap: on
line diff
--- a/tests/test-branches	Fri Feb 08 13:56:29 2008 +0100
+++ b/tests/test-branches	Fri Feb 08 21:31:03 2008 -0800
@@ -34,3 +34,9 @@
 hg branches
 echo '-------'
 hg branches -a
+
+echo "--- Branch a"
+hg log -b a
+
+echo "---- Branch b"
+hg log -b b