Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4743)

Unified Diff: client/cmd/isolate/main.go

Issue 2014243002: WIP: Archive command which is much faster (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Fixes. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/cmd/isolate/main.go
diff --git a/client/cmd/isolate/main.go b/client/cmd/isolate/main.go
index a989740396e53c9db99ce14f31c677a676df56ed..15714db7c3a8423ef500d76f436c8c229e0631e5 100644
--- a/client/cmd/isolate/main.go
+++ b/client/cmd/isolate/main.go
@@ -1,4 +1,4 @@
-// Copyright 2015 The LUCI Authors. All rights reserved.
+// Copyright 2016 The LUCI Authors. All rights reserved.
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.
@@ -24,6 +24,7 @@ var application = &subcommands.DefaultApplication{
// Keep in alphabetical order of their name.
Commands: []*subcommands.Command{
cmdArchive,
+ cmdFastArchive,
cmdBatchArchive,
cmdCheck,
subcommands.CmdHelp,

Powered by Google App Engine
This is Rietveld 408576698