We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ce027 commit b4b5fbeCopy full SHA for b4b5fbe
1 file changed
src/libvcs/cmd/git.py
@@ -6033,8 +6033,8 @@ def __init__(
6033
>>> mgr = GitTagManager(path=example_git_repo.path)
6034
>>> mgr.create(name='init-doctest-tag', message='For doctest')
6035
''
6036
- >>> 'init-doctest-tag' in mgr.run()
6037
- True
+ >>> mgr.run()
+ '...init-doctest-tag...'
6038
"""
6039
#: Directory to check out
6040
self.path: pathlib.Path
0 commit comments