summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/force_lock_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2015-08-29Let logging.debug do string formatting itselfLars Wirzenius1-3/+3
2015-04-03Update copyright yearsLars Wirzenius1-1/+1
2015-03-22add missing imports, remove unused importsThomas Waldmann1-1/+0
2014-12-28Add longer messages for some errorsLars Wirzenius1-1/+1
2014-04-16Make force-lock work without a client setLars Wirzenius1-12/+2
2014-04-16Implement obnam _lockLars Wirzenius1-0/+31
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2014-02-15Convert force lock plugin to StructuredErrorLars Wirzenius1-3/+6
2013-12-28Convert force-lock to RepositoryInterfaceLars Wirzenius1-15/+7
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-1/+1
2012-05-03Fix force-lock to remove more locksLars Wirzenius1-1/+1
2012-04-21force-lock is now unconditional and worksDaniel Silverstone1-9/+17
2011-09-19Give warning to user (not just log) if client does not exist in repository.Lars Wirzenius1-1/+3
2011-08-20Fix all plugins to close live data and repository filesystems properly.Lars Wirzenius1-0/+1
2011-08-08Only use obnamlib.Error, get rid of obnamlib.AppException.Lars Wirzenius1-3/+3
2011-07-27Remove our require and just use cliapp.Settings.require directly.Lars Wirzenius1-2/+2
2011-07-18Add descriptions to all subcommands.Lars Wirzenius1-0/+1
2011-07-18Make use of cliapp's subcommand support.Lars Wirzenius1-1/+1
2011-07-17Change app.config to app.settings (the cliapp way).Lars Wirzenius1-2/+2
2011-07-17Start using cliapp's settings, instead of our own.Lars Wirzenius1-2/+2
2011-05-05Have force-lock give an error message instead of stack trace if repo doesn't ...Lars Wirzenius1-1/+6
2011-04-05Use open_repository in force-lock plugin.Lars Wirzenius1-7/+3
2011-02-23Add force-lock command.Lars Wirzenius1-0/+56