diff options
author | Yuchen Pei <hi@ypei.me> | 2023-03-27 15:51:50 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2023-03-27 15:51:50 +1100 |
commit | 519956a4f61debf0d257b3ddd6121f0b1df4f6c8 (patch) | |
tree | 8501c234e09ead16fde66eac2867d0398b30622d /README.org | |
parent | 49d8a91091d1be5cd73656a174cd7c6735ab05b8 (diff) |
minor update readme
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,8 +1,7 @@ #+title: buildbot.el -buildbot.el is a buildbot client for emacs. Features: - -- Shows views for branches, revisions, builds, steps, logs +buildbot.el is a buildbot client for emacs. It shows views for +branches, revisions, builds, steps, and logs. * Install @@ -31,10 +30,10 @@ After that, require buildbot and set the host and builders. * Use There are two entry points: -- ~buildbot-revision-open~ prompts for a revision id (e.g. commit hash - in git), and opens a view of the revision, including builds +- ~M-x buildbot-revision-open~ prompts for a revision id (e.g. commit + hash in git), and opens a view of the revision, including builds associated with changes associated with the revision. -- ~buildbot-branch-open~ prompts for a branch name, and opens up a +- ~M-x buildbot-branch-open~ prompts for a branch name, and opens up a view of revisions of this branch. * TODOs |