示例#1
0
文件: gcl.py 项目: BGCX067/fajr-git
def GenerateDiff(files, root=None):
  return SVN.GenerateDiff(files, root=root)
示例#2
0
文件: gcl.py 项目: miaosf/depot_tools
def GenerateDiff(files):
  return SVN.GenerateDiff(
      files, GetRepositoryRoot(), full_move=False, revision=None)