comparison 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
comparison
equal deleted inserted replaced
6049:348132c112cf 6067:57c1a7052982
32 hg commit -d '5 0' -u test -m "Adding c branch" 32 hg commit -d '5 0' -u test -m "Adding c branch"
33 33
34 hg branches 34 hg branches
35 echo '-------' 35 echo '-------'
36 hg branches -a 36 hg branches -a
37
38 echo "--- Branch a"
39 hg log -b a
40
41 echo "---- Branch b"
42 hg log -b b