From 738050f2a71b2f0d094a692cc48c94653b82287f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Sep 2015 13:41:54 +0200 Subject: Implement rep-fetch command --- bpkg/bpkg.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bpkg/bpkg.cxx') diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index c84a1f2..ef74144 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -2,11 +2,11 @@ // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include #include #include #include +#include #include #include @@ -28,6 +28,7 @@ #include #include +#include #include using namespace std; @@ -197,6 +198,7 @@ try #define REP_COMMAND(CMD) ANY_COMMAND(rep, CMD) REP_COMMAND (add); + REP_COMMAND (fetch); REP_COMMAND (create); // @@ Would be nice to check that args doesn't contain any junk left. -- cgit v1.1