Exemple #1
0
def _ask_rb_repoid(reuse_existing):
    pick('gitflow.rb.repoid', 'Review Board repositories', rb.list_repos,
         reuse_existing=reuse_existing)
Exemple #2
0
def _ask_rb_repoid():
    pick('gitflow.rb.repoid', 'Review Board repositories', rb.list_repos)
Exemple #3
0
def _ask_pt_projid(reuse_existing):
    pick('gitflow.pt.projectid', 'Pivotal Tracker projects', pt.list_projects,
         reuse_existing=reuse_existing)
Exemple #4
0
def _ask_pt_projid():
    pick('gitflow.pt.projectid', 'Pivotal Tracker projects', pt.list_projects)
Exemple #5
0
def _ask_rb_repoid(reuse_existing):
    pick('gitflow.rb.repoid',
         'Review Board repositories',
         rb.list_repos,
         reuse_existing=reuse_existing)
Exemple #6
0
def _ask_pt_projid(reuse_existing):
    pick('gitflow.pt.projectid',
         'Pivotal Tracker projects',
         pt.list_projects,
         reuse_existing=reuse_existing)
Exemple #7
0
def _ask_rb_repoid(reuse_existing):
    pick("gitflow.rb.repoid", "Review Board repositories", rb.list_repos, reuse_existing=reuse_existing)
Exemple #8
0
def _ask_pt_projid(reuse_existing):
    pick("gitflow.pt.projectid", "Pivotal Tracker projects", pt.list_projects, reuse_existing=reuse_existing)