comparison rhodecode/lib/backup_manager.py @ 1217:a3b2b4b4e440

fixes for issue #149
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 05 Apr 2011 18:04:06 +0200
parents 1e757ac98988
children bf263968da47
comparison
equal deleted inserted replaced
1216:8363b0d20c41 1217:a3b2b4b4e440
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # encoding: utf-8 2 # encoding: utf-8
3 # mercurial repository backup manager 3 # mercurial repository backup manager
4 # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> 4 # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>
5 5
6 # This program is free software; you can redistribute it and/or 6 # This program is free software: you can redistribute it and/or modify
7 # modify it under the terms of the GNU General Public License 7 # it under the terms of the GNU General Public License as published by
8 # as published by the Free Software Foundation; version 2 8 # the Free Software Foundation, either version 3 of the License, or
9 # of the License or (at your opinion) any later version of the license. 9 # (at your option) any later version.
10 # 10 #
11 # This program is distributed in the hope that it will be useful, 11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details. 14 # GNU General Public License for more details.
15 # 15 #
16 # You should have received a copy of the GNU General Public License 16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 # MA 02110-1301, USA.
20 18
21 """ 19 """
22 Created on Feb 28, 2010 20 Created on Feb 28, 2010
23 Mercurial repositories backup manager 21 Mercurial repositories backup manager
24 @author: marcink 22 @author: marcink