Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
30 additions
and 3 deletions.
- +26 −1 src/main/java/hudson/plugins/mercurial/traits/CleanMercurialSCMSourceTrait.java
- +1 −1 src/main/java/hudson/plugins/mercurial/traits/MercurialBrowserSCMSourceTrait.java
- +1 −1 src/main/java/hudson/plugins/mercurial/traits/MercurialInstallationSCMSourceTrait.java
- +2 −0 src/main/resources/hudson/plugins/mercurial/traits/Messages.properties
@@ -1 +1,3 @@ | ||
CleanMercurialSCMSourceTrait.displayName=Clean Build | ||
MercurialBrowserSCMSourceTrait.displayName=Configure Repository Browser | ||
MercurialInstallationSCMSourceTrait.displayName=Select Mercurial Installation |