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