diff -r b1b984f9c01d -r ce6797ef6eab rust/hg-core/src/filepatterns.rs --- a/rust/hg-core/src/filepatterns.rs Thu Aug 22 14:31:07 2019 +0200 +++ b/rust/hg-core/src/filepatterns.rs Sat Aug 31 14:12:38 2019 +0900 @@ -38,7 +38,8 @@ Regexp, /// Glob that matches at the front of the path RootGlob, - /// Glob that matches at any suffix of the path (still anchored at slashes) + /// Glob that matches at any suffix of the path (still anchored at + /// slashes) Glob, Path, RelPath,