Updated README to match current status.
authorW. Trevor King <wking@drexel.edu>
Tue, 14 Jul 2009 18:34:40 +0000 (14:34 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 14 Jul 2009 18:34:40 +0000 (14:34 -0400)
Mostly updated the list of supported VCSs.

Also corrected spacing inconsistency in README.dev.

README
README.dev

diff --git a/README b/README
index 9562a7540913f3797d6918bede0ef986a97dfeff..b43c15ce62d7fb39b5d2ac8a463b86c327324c47 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,14 @@
 Bugs Everywhere
 ===============
-This is Bugs Everywhere, a bugtracker built on distributed revision control.
-It works with Bazaar and Arch at the moment, but is easily extensible.  It
-can also function with no RCS at all.
+This is Bugs Everywhere, a bugtracker built on distributed revision
+control.  It works with Arch, Bazaar, Darcs, Git, and Mercurial at the
+moment, but is easily extensible.  It can also function with no RCS at
+all.
 
 The idea is to package the bug information with the source code, so that
 bugs can be marked 'fixed' in the branches that fix them.  So, instead of
-numbers, bugs have ids.
+numbers, bugs have globally unique ids.
+
 
 Getting started
 ===============
@@ -15,9 +17,11 @@ set the bug root to your project root, so that Bugs Everywhere works in any
 part of your project tree.
 $ be init $PROJECT_ROOT
 
-To create bugs, use "be new $DESCRIPTION".  To comment on bugs, you can can use
-"be comment $BUG_ID".  To close a bug, use "be close $BUG_ID".  For more
-commands, see "be help".  You can also look at the usage in test_usage.sh.
+To create bugs, use "be new $DESCRIPTION".  To comment on bugs, you
+can can use "be comment $BUG_ID".  To close a bug, use "be close
+$BUG_ID" or "be status $BUG_ID fixed".  For more commands, see "be
+help".  You can also look at the usage examples in test_usage.sh.
+
 
 Using BeWeb, the web UI
 =======================
index 644d965c85e7381ad9c660df3ca76b8abed0ca08..716ce28d8d3585fafc7cde34f78811491a6baad1 100644 (file)
@@ -31,6 +31,7 @@ consistent interface
 
 Again, you can just browse around in becommands to get a feel for things.
 
+
 Testing
 -------