зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1317593 - Fix logic in settings vcs_share_base r=gps
MozReview-Commit-ID: 7GVvOjNESqZ --HG-- extra : rebase_source : 283654f69f5992f34b5431ed9ad7c25c3724951d
This commit is contained in:
Родитель
f1b0f33678
Коммит
146b6bf411
|
@ -353,7 +353,7 @@ class MercurialVCS(ScriptMixin, LogMixin, TransferMixin):
|
|||
self.warning('did not specify revision or branch; assuming "default"')
|
||||
branch = 'default'
|
||||
|
||||
share_base = c.get('vcs_share_base', os.environ.get('HG_SHARE_BASE_DIR', None))
|
||||
share_base = c.get('vcs_share_base') or os.environ.get('HG_SHARE_BASE_DIR')
|
||||
if share_base and c.get('use_vcs_unique_share'):
|
||||
# Bug 1277041 - update migration scripts to support robustcheckout
|
||||
# fake a share but don't really share
|
||||
|
|
Загрузка…
Ссылка в новой задаче