comparison utility_commands.py @ 316:c3c647aff97c

Merge with danchr's changes.
author Augie Fackler <durin42@gmail.com>
date Sun, 03 May 2009 21:44:53 -0500
parents 1d48d9a34c19
children 75f082b5897e
comparison
equal deleted inserted replaced
315:963d27a0b1c2 316:c3c647aff97c
73 branchpath = '/branches/%s' % br 73 branchpath = '/branches/%s' % br
74 url = hge.url 74 url = hge.url
75 if url[-1] == '/': 75 if url[-1] == '/':
76 url = url[:-1] 76 url = url[:-1]
77 url = '%s%s' % (url, branchpath) 77 url = '%s%s' % (url, branchpath)
78 author = hge.svnauthorforauthor(parent.user()) 78 author = hge.authors.reverselookup(parent.user())
79 # cleverly figure out repo root w/o actually contacting the server 79 # cleverly figure out repo root w/o actually contacting the server
80 reporoot = url[:len(url)-len(subdir)] 80 reporoot = url[:len(url)-len(subdir)]
81 ui.status('''URL: %(url)s 81 ui.status('''URL: %(url)s
82 Repository Root: %(reporoot)s 82 Repository Root: %(reporoot)s
83 Repository UUID: %(uuid)s 83 Repository UUID: %(uuid)s