comparison utility_commands.py @ 228:f71af18c4379

Merge with crew.
author Augie Fackler <durin42@gmail.com>
date Tue, 07 Apr 2009 13:48:58 -0500
parents 794f473b9b49 bb2b78f9f4ce
children 4c3bad24f950
comparison
equal deleted inserted replaced
223:330f0b15d417 228:f71af18c4379
87 branchpath = '/branches/%s' % br 87 branchpath = '/branches/%s' % br
88 url = hge.url 88 url = hge.url
89 if url[-1] == '/': 89 if url[-1] == '/':
90 url = url[:-1] 90 url = url[:-1]
91 url = '%s%s' % (url, branchpath) 91 url = '%s%s' % (url, branchpath)
92 author = '@'.join(parent.user().split('@')[:-1]) 92 author = hge.svnauthorforauthor(parent.user())
93 # cleverly figure out repo root w/o actually contacting the server 93 # cleverly figure out repo root w/o actually contacting the server
94 reporoot = url[:len(url)-len(subdir)] 94 reporoot = url[:len(url)-len(subdir)]
95 ui.status('''URL: %(url)s 95 ui.status('''URL: %(url)s
96 Repository Root: %(reporoot)s 96 Repository Root: %(reporoot)s
97 Repository UUID: %(uuid)s 97 Repository UUID: %(uuid)s