]> arthur.barton.de Git - bup.git/commitdiff
tag: remove docstring about unexistant feature
authorGabriel Filion <gabster@lelutin.ca>
Mon, 17 Nov 2014 17:24:49 +0000 (12:24 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 17 Nov 2014 18:12:58 +0000 (12:12 -0600)
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 <gabster@lelutin.ca>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
cmd/tag-cmd.py

index 8b4a7086527e57b5e6d8e5d8569126cc7a419eec..f33855ec7e293b8b98409464a6cb85edf2284e36 100755 (executable)
@@ -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