The Gaudi Framework  v30r3 (a5ef0a68)
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)