Show More
@@ -228,7 +228,7 b' def showcurrentbookmark(**args):' | |||
|
228 | 228 | return showactivebookmark(**args) |
|
229 | 229 | |
|
230 | 230 | def showactivebookmark(**args): |
|
231 |
""":active |
|
|
231 | """:activebookmark: String. The active bookmark, if it is | |
|
232 | 232 | associated with the changeset""" |
|
233 | 233 | active = args['repo']._activebookmark |
|
234 | 234 | if active and active in args['ctx'].bookmarks(): |
General Comments 0
You need to be logged in to leave comments.
Login now