be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.
authorW. Trevor King <wking@drexel.edu>
Mon, 7 Dec 2009 12:18:48 +0000 (07:18 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 7 Dec 2009 12:18:48 +0000 (07:18 -0500)
commitfdf9925ffaada614544d1b2d3ccecb42f1549acb
tree4050e78947cd847d17e2de399da7a1d4d794820c
parentfc131e3acbf657f42959910c4f4483a09c871016
be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.

Previously, for the directory structure
  A
  |-- X
  `-- Y
You could do something like
  A$ be --dir X diff --dir ../Y
Now it's
  A$ be --dir X diff --dir Y

The --root option to `be init` has been removed as redundant.  Replace
calls like
  be init --root DIR
with
  be --dir DIR init
30 files changed:
.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/79fb6ef2-176c-45c0-b898-59c3c3e0aafe/body [new file with mode: 0644]
.be/bugs/52034fd0-ec50-424d-b25d-2beaf2d2c317/comments/79fb6ef2-176c-45c0-b898-59c3c3e0aafe/values [new file with mode: 0644]
NEWS
README.dev
be
becommands/assign.py
becommands/close.py
becommands/comment.py
becommands/commit.py
becommands/depend.py
becommands/diff.py
becommands/due.py
becommands/email_bugs.py
becommands/help.py
becommands/html.py
becommands/import_xml.py
becommands/init.py
becommands/list.py
becommands/merge.py
becommands/new.py
becommands/open.py
becommands/remove.py
becommands/set.py
becommands/severity.py
becommands/show.py
becommands/status.py
becommands/subscribe.py
becommands/tag.py
becommands/target.py
libbe/cmdutil.py