summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBenjamin Schubert <bschubert15@bloomberg.net>2019-11-25 17:22:52 +0000
committerBenjamin Schubert <bschubert15@bloomberg.net>2019-11-25 18:34:43 +0000
commita9286616a31304ae4a75f598bec3430c1a06426d (patch)
treed66aff9bc1693b581ba174e9dca735df66d960a3 /NEWS
parente516e1c065b5129630fd62c2115be1ea8bd7d658 (diff)
downloadbuildstream-a9286616a31304ae4a75f598bec3430c1a06426d.tar.gz
_stream.py: Remove dead code and comments about tracking
We don't have many of the `--track` options anymore, so we can remove handling for them in parts of the code that don't need it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2639dabfb..b27828cd0 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ CLI
* `bst source fetch --track`
* `bst source fetch --track-cross-junctions` / `bst source fetch -J`
* `bst workspace open --track`
+ * `bst workspace reset --track`
API
---