From c6b3ebba8548d23637432615563e4e914612e625 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Mon, 27 Nov 2017 17:52:00 -0500 Subject: [PATCH] Tools: SubWCRev.py file info update Modified the file summary to reflect that the file supports svn, bazaar and git. + updating revision history --- src/Tools/SubWCRev.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Tools/SubWCRev.py b/src/Tools/SubWCRev.py index 284c3083ec..389d8e6575 100644 --- a/src/Tools/SubWCRev.py +++ b/src/Tools/SubWCRev.py @@ -2,10 +2,11 @@ # -*- coding: utf-8 -*- # (c) 2006 Werner Mayer LGPL # -# FreeCAD RevInfo script to get the revision information from Subversion. +# FreeCAD RevInfo script to get the revision information from Subversion, Bazaar, and Git. # # Under Linux the Subversion tool SubWCRev shipped with TortoiseSVN isn't # available which is provided by this script. +# 2012/02/01: The script was extended to support git # 2011/02/05: The script was extended to support also Bazaar import os,sys,string,re,time,getopt