예제 #1
0
파일: _init.py 프로젝트: tvoyle/gitflow
def _ask_rb_repoid(reuse_existing):
    pick('gitflow.rb.repoid', 'Review Board repositories', rb.list_repos,
         reuse_existing=reuse_existing)
예제 #2
0
파일: _init.py 프로젝트: opicacek/gitflow
def _ask_rb_repoid():
    pick('gitflow.rb.repoid', 'Review Board repositories', rb.list_repos)
예제 #3
0
파일: _init.py 프로젝트: tvoyle/gitflow
def _ask_pt_projid(reuse_existing):
    pick('gitflow.pt.projectid', 'Pivotal Tracker projects', pt.list_projects,
         reuse_existing=reuse_existing)
예제 #4
0
파일: _init.py 프로젝트: opicacek/gitflow
def _ask_pt_projid():
    pick('gitflow.pt.projectid', 'Pivotal Tracker projects', pt.list_projects)
예제 #5
0
파일: _init.py 프로젝트: tvoyle/gitflow
def _ask_rb_repoid(reuse_existing):
    pick('gitflow.rb.repoid',
         'Review Board repositories',
         rb.list_repos,
         reuse_existing=reuse_existing)
예제 #6
0
파일: _init.py 프로젝트: tvoyle/gitflow
def _ask_pt_projid(reuse_existing):
    pick('gitflow.pt.projectid',
         'Pivotal Tracker projects',
         pt.list_projects,
         reuse_existing=reuse_existing)
예제 #7
0
파일: _init.py 프로젝트: salsita/gitflow
def _ask_rb_repoid(reuse_existing):
    pick("gitflow.rb.repoid", "Review Board repositories", rb.list_repos, reuse_existing=reuse_existing)
예제 #8
0
파일: _init.py 프로젝트: salsita/gitflow
def _ask_pt_projid(reuse_existing):
    pick("gitflow.pt.projectid", "Pivotal Tracker projects", pt.list_projects, reuse_existing=reuse_existing)