From: Gabriel Filion Date: Mon, 17 Nov 2014 17:24:49 +0000 (-0500) Subject: tag: remove docstring about unexistant feature X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=839db93cf0c14ee9a944d5ade8200075e8887c9f;p=packages%2Fb%2Fbup.git tag: remove docstring about unexistant feature This was the intention for first creating the subcommand but since we still don't have a means of removing old data, this docstring is talking about a ghost. I'll remember to push for that use case when we implement data removal. Signed-off-by: Gabriel Filion Reviewed-by: Rob Browning --- diff --git a/cmd/tag-cmd.py b/cmd/tag-cmd.py index 8b4a708..f33855e 100755 --- a/cmd/tag-cmd.py +++ b/cmd/tag-cmd.py @@ -1,8 +1,5 @@ #!/usr/bin/env python -"""Tag a commit in the bup repository. -Creating a tag on a commit can be used for avoiding automatic cleanup from -removing this commit due to old age. -""" + import sys import os