~martinal/+junk/fenics-scripts

« back to all changes in this revision

Viewing changes to fenics

  • Committer: Martin Sandve Alnæs
  • Date: 2012-06-13 14:40:23 UTC
  • Revision ID: martinal@simula.no-20120613144023-lzrkguhbfqxtzj33
local missing command

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
    print '+'*40, product
174
174
    bzr('adhd', 'tip', '')
175
175
 
 
176
def locmis_trunk(prefix, product):
 
177
    'Showing missing from local work to local trunk branches'
 
178
    bzr('work', 'missing --mine-only', '../trunk')
 
179
 
 
180
def locmis_10(prefix, product):
 
181
    'Showing missing from local work to local fenics 1.0 branches'
 
182
    branch = branch_with_10.get(product)
 
183
    if branch:
 
184
        bzr('work', 'missing --mine-only', os.path.join('..',branch))
 
185
    else:
 
186
        locmis_trunk(prefix, product)
 
187
 
176
188
def missing_trunk(prefix, product):
177
189
    'Showing missing from local work to local trunk branches'
178
190
    bzr('work', 'missing', '../trunk')