diff options
-rw-r--r-- | Command/Status.hs | 1 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Command/Status.hs b/Command/Status.hs index 75080706d..af85fcc2a 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -102,7 +102,6 @@ global_fast_stats = , remote_list Trusted , remote_list SemiTrusted , remote_list UnTrusted - , remote_list DeadTrusted , transfer_list , disk_size ] diff --git a/debian/changelog b/debian/changelog index a649c0ea9..e51c769c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ git-annex (4.20130602) UNRELEASED; urgency=low archive directory. (Indirect mode still has some buggy behavior in this area, since it does not keep track of associated files.) Closes: #712060 + * status: No longer shows dead repositories. -- Joey Hess <joeyh@debian.org> Mon, 10 Jun 2013 12:52:44 -0400 |