aboutsummaryrefslogtreecommitdiffstats
path: root/be
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2009-06-25 13:44:27 -0400
committerChris Ball <cjb@laptop.org>2009-06-25 13:44:27 -0400
commit34b2884112e3c3ca0cc0ac83df68c66f6b2729c4 (patch)
tree7a1f3589de72cf53cf33d815ac49ddd1fb2f5fd5 /be
parentae52bd5946df9c0d59be43824b20d33819891f93 (diff)
parent93402b914313e102aa56d5d59a2fead428ae8463 (diff)
downloadbugseverywhere-34b2884112e3c3ca0cc0ac83df68c66f6b2729c4.tar.gz
Merge be --version code from W. Trevor King.
Diffstat (limited to 'be')
-rwxr-xr-xbe4
1 files changed, 3 insertions, 1 deletions
diff --git a/be b/be
index 35dab69..fbe964f 100755
--- a/be
+++ b/be
@@ -18,7 +18,7 @@
import sys
-from libbe import cmdutil
+from libbe import cmdutil, _version
__doc__ == cmdutil.help()
@@ -28,6 +28,8 @@ elif sys.argv[1] == '--complete':
for command, module in cmdutil.iter_commands():
print command
print '\n'.join(["--help","--complete","--options"])
+elif sys.argv[1] == '--version':
+ print _version.version_info["revision_id"]
else:
try:
try: