Show More
@@ -188,6 +188,7 b' def showbranches(**args):' | |||
|
188 | 188 | branch = args['ctx'].branch() |
|
189 | 189 | if branch != 'default': |
|
190 | 190 | return showlist('branch', [branch], plural='branches', **args) |
|
191 | return showlist('branch', [], plural='branches', **args) | |
|
191 | 192 | |
|
192 | 193 | def showbookmarks(**args): |
|
193 | 194 | """:bookmarks: List of strings. Any bookmarks associated with the |
General Comments 0
You need to be logged in to leave comments.
Login now