Extend 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. Review URL: http://codereview.chromium.org/1547026 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@44044 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please
register
or
sign in
to comment