From patchwork Wed Dec 20 13:31:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D1715: completion: don't suggest clean files to revert From: phabricator X-Patchwork-Id: 26370 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Wed, 20 Dec 2017 13:31:47 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHGfdbe4eafa9c2: completion: don't suggest clean files to revert (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1715?vs=4530&id=4559 REVISION DETAIL https://phab.mercurial-scm.org/D1715 AFFECTED FILES contrib/bash_completion CHANGE DETAILS To: martinvonz, #hg-reviewers, yuja Cc: mercurial-devel diff --git a/contrib/bash_completion b/contrib/bash_completion --- a/contrib/bash_completion +++ b/contrib/bash_completion @@ -309,7 +309,7 @@ _hg_status "mar" ;; revert) - _hg_debugpathcomplete + _hg_status "mard" ;; clone) local count=$(_hg_count_non_option)