DescriptionExtend From() to allow importing from different mappings. Also
allow From() to import when the URL is relative.
For example, if src/DEPS is:
deps = {
'base' = 'svn://svn/base@123',
'main' = From('base', 'src/main'),
}
and base/DEPS is:
deps = {
'src/main': '/main@100',
}
This will checkout svn://svn/main@100 in main.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=44044
Patch Set 1 #
Total comments: 6
Patch Set 2 : '' #Patch Set 3 : '' #Messages
Total messages: 3 (0 generated)
|