D1715: completion: don't suggest clean files to revert

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Wed Dec 20 08:31:47 EST 2017


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

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)



To: martinvonz, #hg-reviewers, yuja
Cc: mercurial-devel


More information about the Mercurial-devel mailing list