Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Handles hg diff <tab>
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed May 14, 2010
1 parent 5f5cc38 commit b7f6649
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HgTabExpansion.ps1
Expand Up @@ -40,6 +40,11 @@ function HgTabExpansion($lastBlock) {
hgtkCommands($matches[2]);
}

# handles hg diff <path>
'hg diff (\S*)$' {
hgFiles $matches[1] 'M'
}

}
}

Expand Down

0 comments on commit b7f6649

Please sign in to comment.