Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
make_patch.py File Reference

Go to the source code of this file.

Namespaces

 make_patch
 

Functions

def make_patch.command (cmd, args, kwargs)
 
def make_patch.broadcast_packages ()
 
def make_patch.matches (filename, patterns)
 
def make_patch.expand_dirs (files, basepath="")
 
def make_patch.revision_diff_cmd (cwd)
 
def make_patch.diff_pkg (name, cmtdir, exclusions=[])
 
def make_patch.main ()
 

Variables

 make_patch.cmt = lambda*args,**kwargs:apply(command, ("cmt", ) + args, kwargs)
 
 make_patch.cvs = lambda*args,**kwargs:apply(command, ("cvs", ) + args, kwargs)
 
 make_patch.svn = lambda*args,**kwargs:apply(command, ("svn", ) + args, kwargs)