From dcfc80655d393f99a03d966af92b15c853f2d71a Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 25 Jan 2011 18:14:00 +0000 Subject: add binrepo remove function --- MgaRepo/commands/del.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'MgaRepo/commands') 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 -- cgit v1.2.1