new remote branch level

This commit is contained in:
Peter Cottle 2013-10-07 12:42:04 -07:00
parent bfd8483d90
commit a7a07e9f92
6 changed files with 182 additions and 3 deletions

View file

@ -33,6 +33,7 @@ if (typeof window !== 'undefined' && window.location &&
window.location.href.indexOf('showRemote') !== -1) {
exports.levelSequences.remote = [
require('./remote/clone').level,
require('./remote/remoteBranches').level,
require('./remote/fetch').level
];
}