Update style of client strings.
(imported from commit 1516461cf53b2715de68e01f16bb8a8cc33c48ad)
This commit is contained in:
parent
a1cf1f04a2
commit
c03ac5e3ce
16 changed files with 17 additions and 15 deletions
|
@ -46,7 +46,7 @@ client = zulip.Client(
|
|||
email=config.ZULIP_USER,
|
||||
site=config.ZULIP_SITE,
|
||||
api_key=config.ZULIP_API_KEY,
|
||||
client="svn " + VERSION)
|
||||
client="ZulipSVN/" + VERSION)
|
||||
svn = pysvn.Client()
|
||||
|
||||
path, rev = sys.argv[1:]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue