Added --dir option to `be diff'.
authorW. Trevor King <wking@drexel.edu>
Sat, 5 Dec 2009 04:33:25 +0000 (23:33 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 5 Dec 2009 04:33:25 +0000 (23:33 -0500)
commitf294b8793f241033d57431026aea12bb39a20250
treed6b79a4631572fb0d817392044949a592206025d
parent2d0bc3a0c2497be662a1742459622d2c37cce415
Added --dir option to `be diff'.

Now you can compare two repositories:
  be -d branchA diff -d branchB
or
  branchA$ be diff -d ../branchB
which is helpful for VCSs like bzr that lack cross-branch revid
visibility.  Git users can still use
  branchA$ be diff REVID
where REVID is a commit from any branch in the repo.

This new functionality acts like a BE counterpart to `bzr missing DIR'.
becommands/diff.py