Changeset - 7b18e7ca66da
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2010-12-05 03:00:42
marcin@python-works.com
extended hg push test script
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/tests/test_hg_operations.sh
Show inline comments
 
@@ -13,3 +13,12 @@ echo 'some' >> $repo/setup.py && hg ci -
 
echo 'some' >> $repo/setup.py && hg ci -m 'ci4' && \
 
hg push
 

	
 
echo 'new file' >> $repo/new_file.py
 
hg add $repo/new_file.py
 

	
 
for i in {1..15}
 
do
 
   echo "line $i" >> $repo/new_file.py && hg ci -m "autocommit $i"
 
done
 

	
 
hg push
 
\ No newline at end of file
0 comments (0 inline, 0 general)