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