- fixed: pulling commits from local zan-stable to zan-dev didn't work properly

Sat, 04 Oct 2014 15:06:38 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sat, 04 Oct 2014 15:06:38 +0300
changeset 38
71046c4430d1
parent 37
3399d716b3ae
child 39
afd590258a93

- fixed: pulling commits from local zan-stable to zan-dev didn't work properly

cobalt.py file | annotate | diff | comparison | revisions
--- 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:

mercurial