From 1c14b8c5793e6eb3db3a2811bc9f222aeff60355 Mon Sep 17 00:00:00 2001 From: Sanidhya Mangal Date: Tue, 11 Jun 2019 00:17:47 +0530 Subject: [PATCH 1/3] patched: target content for shared parser --- dvc/command/data_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/command/data_sync.py b/dvc/command/data_sync.py index f31c2aa87a..6a9d4e89ad 100644 --- a/dvc/command/data_sync.py +++ b/dvc/command/data_sync.py @@ -113,7 +113,7 @@ def shared_parent_parser(): help="Show checksums instead of file names.", ) shared_parent_parser.add_argument( - "targets", nargs="*", default=None, help="DVC files." + "targets", nargs="*", default=None, help="Limit the scope to these stage files." ) return shared_parent_parser From 2b3583a30eed4237b1fa8666e32ec8a8c2452d18 Mon Sep 17 00:00:00 2001 From: Sanidhya Mangal Date: Tue, 11 Jun 2019 00:23:54 +0530 Subject: [PATCH 2/3] patched: shared parser target content --- dvc/command/data_sync.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dvc/command/data_sync.py b/dvc/command/data_sync.py index ef7d5b1f0d..6a9d4e89ad 100644 --- a/dvc/command/data_sync.py +++ b/dvc/command/data_sync.py @@ -113,11 +113,7 @@ def shared_parent_parser(): help="Show checksums instead of file names.", ) shared_parent_parser.add_argument( -<<<<<<< HEAD "targets", nargs="*", default=None, help="Limit the scope to these stage files." -======= - "targets", nargs="*", default=None, help="DVC-files." ->>>>>>> upstream/master ) return shared_parent_parser From d356644754ed188c9f1e0f8e19f04e05d02c48e6 Mon Sep 17 00:00:00 2001 From: Sanidhya Mangal Date: Tue, 11 Jun 2019 18:31:34 +0530 Subject: [PATCH 3/3] code formatting: data sync --- dvc/command/data_sync.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dvc/command/data_sync.py b/dvc/command/data_sync.py index 6a9d4e89ad..ccf9f59066 100644 --- a/dvc/command/data_sync.py +++ b/dvc/command/data_sync.py @@ -113,7 +113,10 @@ def shared_parent_parser(): help="Show checksums instead of file names.", ) shared_parent_parser.add_argument( - "targets", nargs="*", default=None, help="Limit the scope to these stage files." + "targets", + nargs="*", + default=None, + help="Limit the scope to these stage files.", ) return shared_parent_parser