summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Glüpker <git@wgmd.de>2019-01-13 19:53:26 +0100
committerAndré Glüpker <git@wgmd.de>2019-01-13 19:53:26 +0100
commit18185e6873e3cd2d2c7e2d549eda53dfd81eccd1 (patch)
tree8fde1141deac3c69638c02f97755e3e09bb497bd
parent45c98655e184563ed176b7a2b6f8dadd50610873 (diff)
downloadupdate-git-18185e6873e3cd2d2c7e2d549eda53dfd81eccd1.tar.gz
update-git-18185e6873e3cd2d2c7e2d549eda53dfd81eccd1.tar.bz2
update-git-18185e6873e3cd2d2c7e2d549eda53dfd81eccd1.zip
Remove TODO
-rwxr-xr-xupdateGit.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/updateGit.py b/updateGit.py
index 648176b..86f1781 100755
--- a/updateGit.py
+++ b/updateGit.py
@@ -8,8 +8,6 @@ from concurrent.futures import ThreadPoolExecutor
SAFEBRANCHES = ['master', 'develop', 'rc']
DEBUG = False
-# TODO: local changes, branch updated. Is there a way to know, whether rebase would be successful? If yes: do so
-
def dPrint(*args, **kwargs):
if DEBUG:
print(' '.join(map(str, args)), **kwargs)