Kiln » Fog Creek
Clone URL:  

Edited for style.

Changeset b4b2b276290e

Parent 06926f6f0994

by David Golub

Changes to one file · Browse files at b4b2b276290e Showing diff from parent 06926f6f0994 Diff from another changeset...

Change 1 of 2 Show Entire File tests/​kilntest.py Stacked
 
95
96
97
98
 
99
100
101
 
108
109
110
111
112
 
 
113
114
115
 
95
96
97
 
98
99
100
101
 
108
109
110
 
 
111
112
113
114
115
@@ -95,7 +95,7 @@
  projects = slurp(api('Project'), dict(token=token))     found = False - foundBranch = False + foundbranch = False   for project in projects:   if project['sName'] == 'Test':   ixProject = project['ixProject'] @@ -108,8 +108,8 @@
  found = True   if repo['sName'] == 'TestBranch':   ixBranch = repo['ixRepo'] - foundBranch = True - if foundBranch: + foundbranch = True + if foundbranch:   slurp(api('Repo/%d/Delete' % ixBranch), dict(token=token), post=True)   try:   while True: