Mercurial > public > mercurial-scm > hg
diff rust/hg-core/src/matchers.rs @ 44524:483fce658e43
rust-status: refactor options into a `StatusOptions` struct
Differential Revision: https://phab.mercurial-scm.org/D8086
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Thu, 06 Feb 2020 14:25:59 +0100 |
parents | c697638e0e91 |
children | d880805d5442 |
line wrap: on
line diff
--- a/rust/hg-core/src/matchers.rs Fri Jan 17 15:37:24 2020 +0100 +++ b/rust/hg-core/src/matchers.rs Thu Feb 06 14:25:59 2020 +0100 @@ -668,7 +668,11 @@ assert_eq!( roots_dirs_and_parents(&pats).unwrap(), - RootsDirsAndParents {roots, dirs, parents} + RootsDirsAndParents { + roots, + dirs, + parents + } ); }