Tools: SubWCRev.py file info update

Modified the file summary to reflect that the file supports svn, bazaar and git. 
+ updating revision history
This commit is contained in:
luzpaz
2017-11-27 17:52:00 -05:00
parent 58a55aeebf
commit c6b3ebba85

View File

@@ -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