aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/commands/del.py
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-25 18:14:00 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-25 18:14:00 +0000
commitdcfc80655d393f99a03d966af92b15c853f2d71a (patch)
treeef8d9f233d8447bca1c7f26ecad4287e083e6cd6 /MgaRepo/commands/del.py
parent4f9a8fc5b69a342cff98726552184c8a33a57acd (diff)
downloadmgarepo-dcfc80655d393f99a03d966af92b15c853f2d71a.tar
mgarepo-dcfc80655d393f99a03d966af92b15c853f2d71a.tar.gz
mgarepo-dcfc80655d393f99a03d966af92b15c853f2d71a.tar.bz2
mgarepo-dcfc80655d393f99a03d966af92b15c853f2d71a.tar.xz
mgarepo-dcfc80655d393f99a03d966af92b15c853f2d71a.zip
add binrepo remove function
Diffstat (limited to 'MgaRepo/commands/del.py')
-rw-r--r--MgaRepo/commands/del.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/MgaRepo/commands/del.py b/MgaRepo/commands/del.py
index 79d9d3f..c55d1aa 100644
--- a/MgaRepo/commands/del.py
+++ b/MgaRepo/commands/del.py
@@ -7,18 +7,13 @@ Usage: mgarepo del [OPTIONS] [PATH]
Remove a given file from the binary sources repository.
-Changes in the sources file will be left uncommited.
-
Options:
- -c automatically commit the 'sources' file
-h help
"""
def parse_options():
parser = OptionParser(help=HELP)
- parser.add_option("-c", dest="commit", default=False,
- action="store_true")
opts, args = parser.parse_args()
if len(args):
opts.paths = args