<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello, Bazaar users/devs:<br>
    <br>
    In Mercurial (hg), a user can enter the following command --<br>
    hg log --branch <i>branchName<br>
      <br>
    </i>This shows only the commits which were done against a specific
    named branch.<br>
    <br>
    What bzr command can give me the same functionality? I could not
    find an option for "bzr log" that would do the same thing.<br>
    For example, if I committed revs 1, 2, and 3 in branch nick "trunk"
    and 2.1.1, 2.1.2, and 4 in branch nick "ftr-foo", how can I print
    only the revs under branch nick "ftr-foo" such that I'd only see
    2.1.1, 2.1.2, 4? And how would I get only the commits which were
    done against the "trunk" branch nick? DAG graph below.<br>
    <br>
    4 [ftr-foo]<br>
    |  \<br>
    3  \ [trunk]<br>
    |    \<br>
    |     2.1.2 [ftr-foo]<br>
    |      |<br>
    |     2.1.1 [ftr-foo]<br>
    |   /<br>
    2 [trunk]<br>
    |<br>
    1 [trunk]<br>
    <br>
    Thanks:<br>
    Kevin<br>
    <br>
  </body>
</html>