commit | 61619bc1cb7258c2f591b6a56c983407e09f8139 | [log] [tgz] |
---|---|---|
author | Kenny Ho <y2kenny@gmail.com> | Tue Nov 01 16:45:36 2016 -0400 |
committer | Kenny Ho <y2kenny@gmail.com> | Mon Jan 23 18:50:39 2017 -0500 |
tree | 1315731ae2c54f5ed635f298867047c0959402af | |
parent | 380967b08aa959b8d62e76b64007434b4732ecb1 [diff] |
Make branch path look up more specific If we have the following branch path: m/master/default.xml m/master123/default.xml With previous implementation, when the default.xml manifest in master branch is updated both of the above monitor will be removed. This fix will only remove the first entry. This does not fix the following case: m/release/1.2/default.xml m/release/1.2/3/default.xml Change-Id: Ibfbfb1ca12a14d42c71073fa3cb61c47aaea86d6