We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8964059 commit ed9562fCopy full SHA for ed9562f
src/tabs/mod.rs
@@ -1,3 +1,17 @@
1
+/*!
2
+The tabs module contains a struct for each of the tabs visible in the
3
+ui:
4
+
5
+- [`Status`]: Stage changes, push, pull
6
+- [`Revlog`]: Revision log (think git log)
7
+- [`FilesTab`]: See content of any file at HEAD. Blame
8
+- [`Stashing`]: Managing one stash
9
+- [`StashList`]: Managing all stashes
10
11
+Many of the tabs can expand to show more details. This is done via
12
+Enter or right-arrow. To close again, press ESC.
13
+*/
14
15
mod files;
16
mod revlog;
17
mod stashing;
0 commit comments