OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:svn_url
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/
svn.py
29
def Cat(
svn_url
):
30
"""Returns the contents of the file at the given
svn_url
.
32
@param
svn_url
URL of the file to read
34
proc = subprocess.Popen([SVN, 'cat',
svn_url
],
40
'and check your connection.' %
svn_url
)
/external/chromium_org/tools/checkperms/
checkperms.py
240
svn_url
= get_svn_url(dir_path)
241
if not
svn_url
:
243
logging.info('svn url: %s' %
svn_url
)
248
svn_url
=
svn_url
.rsplit('/', 1)[0]
249
if
svn_url
!= get_svn_url(parent):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py
156
svn_url
= ''
169
svn_url
= 'https://src.chromium.org/viewvc/blink?view=revision&revision=%s' % revision
182
return '%s committed "%s" %s %s%s' % (email, subject, first_url,
svn_url
, red_flag_message)
Completed in 289 milliseconds