1944 vcsSystem = vcsData[0][1] |
1944 vcsSystem = vcsData[0][1] |
1945 self.pdata["VCS"] = [vcsSystem] |
1945 self.pdata["VCS"] = [vcsSystem] |
1946 self.vcs = self.initVCS() |
1946 self.vcs = self.initVCS() |
1947 self.setDirty(True) |
1947 self.setDirty(True) |
1948 if self.vcs is not None: |
1948 if self.vcs is not None: |
|
1949 # TODO: ensure a minimal VCS configuration (mgmt dir excluded) |
1949 # edit VCS command options |
1950 # edit VCS command options |
1950 vcores = E5MessageBox.yesNo(self.ui, |
1951 vcores = E5MessageBox.yesNo(self.ui, |
1951 self.trUtf8("New Project"), |
1952 self.trUtf8("New Project"), |
1952 self.trUtf8("""Would you like to edit the VCS""" |
1953 self.trUtf8("""Would you like to edit the VCS""" |
1953 """ command options?""")) |
1954 """ command options?""")) |
2001 else: |
2002 else: |
2002 self.pdata["VCS"] = ['None'] |
2003 self.pdata["VCS"] = ['None'] |
2003 self.vcs = self.initVCS() |
2004 self.vcs = self.initVCS() |
2004 self.setDirty(True) |
2005 self.setDirty(True) |
2005 if self.vcs is not None: |
2006 if self.vcs is not None: |
|
2007 # TODO: ensure a minimal VCS configuration (mgmt dir excluded) |
2006 # edit VCS command options |
2008 # edit VCS command options |
2007 vcores = E5MessageBox.yesNo(self.ui, |
2009 vcores = E5MessageBox.yesNo(self.ui, |
2008 self.trUtf8("New Project"), |
2010 self.trUtf8("New Project"), |
2009 self.trUtf8("""Would you like to edit the VCS command""" |
2011 self.trUtf8("""Would you like to edit the VCS command""" |
2010 """ options?""")) |
2012 """ options?""")) |