feat: Add the hg_branch module (#569)

This commit is contained in:
Luca Greco
2019-12-02 23:37:18 +01:00
committed by Matan Kushner
parent 33df8ac063
commit 337f213753
12 changed files with 383 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ pub mod git_branch;
pub mod git_state;
pub mod git_status;
pub mod go;
pub mod hg_branch;
pub mod hostname;
pub mod java;
pub mod jobs;