summaryrefslogtreecommitdiff
path: root/gerrit-widget/README.md
diff options
context:
space:
mode:
authorPavel Makhov <pmakhov@theoctavegroup.com>2019-11-23 22:02:49 -0500
committerPavel Makhov <pmakhov@theoctavegroup.com>2019-11-23 22:02:49 -0500
commitba488c77c2d549d008e397f533fe990f6d6aec4a (patch)
tree2bac769080c0920620f08edc44d79903d2bd65f6 /gerrit-widget/README.md
parent998f6ad7dae9af909d649919bf17946e6eb9c5db (diff)
Rephrase readme of gerrit widget
Diffstat (limited to 'gerrit-widget/README.md')
-rw-r--r--gerrit-widget/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/gerrit-widget/README.md b/gerrit-widget/README.md
index a7ed09f..ac226cb 100644
--- a/gerrit-widget/README.md
+++ b/gerrit-widget/README.md
@@ -4,10 +4,12 @@ It shows number of currently assigned reviews in [Gerrit](https://www.gerritcode
![gerrit_widget](./gerrit_widget.png)
- when clicked it shows reviews in a list, if an item of a list is clicked, the review will be opened in the default browser:
+ when clicked it shows reviews in a list:, if an item of a list is clicked, the review will be opened in the default browser:
![popup](./popup.png)
+ left click on an item will open review in the default browser, right click will copy the review number, which you can use to checkout this review by running `git-review -d <review number>`.
+
Also, if a new review is assigned to the user, there will be a pop-up:
![new_review](./new_review.png)