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