# HG changeset patch
# User Teemu Piippo <crimsondusk64@gmail.com>
# Date 1412424398 -10800
# Node ID 71046c4430d1dad31522abdb86b778f026472b88
# Parent  3399d716b3aefde56fcca18e0251c639e99f9546
- fixed: pulling commits from local zan-stable to zan-dev didn't work properly

diff -r 3399d716b3ae -r 71046c4430d1 cobalt.py
--- a/cobalt.py	Fri Oct 03 21:45:27 2014 +0300
+++ b/cobalt.py	Sat Oct 04 15:06:38 2014 +0300
@@ -451,6 +451,7 @@
 			# Also pull these commits to the zandronum main repository
 			if usestable:
 				devrepo = hgapi.Repo ('zandronum')
+				pull_args.insert (1, '../zandronum-stable')
 				devrepo.hg_command (*pull_args)
 			#fi
 		except Exception as e: