We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b5fbe commit f51c0a7Copy full SHA for f51c0a7
1 file changed
src/libvcs/cmd/git.py
@@ -6068,8 +6068,8 @@ def run(
6068
>>> mgr = GitTagManager(path=example_git_repo.path)
6069
>>> mgr.create(name='run-doctest-tag', message='For doctest')
6070
''
6071
- >>> 'run-doctest-tag' in mgr.run()
6072
- True
+ >>> mgr.run()
+ '...run-doctest-tag...'
6073
"""
6074
local_flags = local_flags if isinstance(local_flags, list) else []
6075
if command is not None:
0 commit comments