##// END OF EJS Templates
recommend GhPro as a replacemetn for custom tools
Matthias Bussonnier -
Show More
@@ -161,6 +161,10 b" def should_backport(labels=None, milestone=None, project='ipython/ipython'):"
161 161
162 162 if __name__ == '__main__':
163 163 project = 'ipython/ipython'
164
165 print("DEPRECATE: backport_pr.py is deprecated and is is now recommended"
166 "to install `ghpro` from PyPI.", file=sys.stderr)
167
164 168 args = list(sys.argv)
165 169 if len(args) >= 2:
166 170 if '/' in args[1]:
@@ -110,6 +110,10 b' def report(issues, show_urls=False):'
110 110 #-----------------------------------------------------------------------------
111 111
112 112 if __name__ == "__main__":
113
114 print("DEPRECATE: backport_pr.py is deprecated and is is now recommended"
115 "to install `ghpro` from PyPI.", file=sys.stderr)
116
113 117 # deal with unicode
114 118 if sys.version_info < (3,):
115 119 sys.stdout = codecs.getwriter('utf8')(sys.stdout)
General Comments 0
You need to be logged in to leave comments. Login now