comparison rhodecode/tests/test_hg_operations.py @ 1532:2afe9320d5e6 beta

updated docstrings
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 08 Oct 2011 03:00:03 +0200
parents 04027bdb876c
children 089ef495e9dd
comparison
equal deleted inserted replaced
1531:7d64456775ad 1532:2afe9320d5e6
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5 5
6 Test suite for making push/pull operations 6 Test suite for making push/pull operations
7 7
8 :created_on: Dec 30, 2010 8 :created_on: Dec 30, 2010
9 :copyright: (c) 2010 by marcink. 9 :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>
10 :license: LICENSE_NAME, see LICENSE_FILE for more details. 10 :license: GPLv3, see COPYING for more details.
11 """ 11 """
12 # This program is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation, either version 3 of the License, or
15 # (at your option) any later version.
16 #
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
21 #
22 # You should have received a copy of the GNU General Public License
23 # along with this program. If not, see <http://www.gnu.org/licenses/>.
12 24
13 import os 25 import os
14 import time 26 import time
15 import sys 27 import sys
16 import shutil 28 import shutil