Sat, 04 Oct 2014 15:06:38 +0300
- 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: