Monorepo management for opam overlays
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge commit 'c41f778c199d5d09e7237d0cc46431c084a8d9df'

# Conflicts:
# monopam/lib/doctor.ml

+1
+1
lib/doctor.ml
··· 764 764 end 765 765 in 766 766 767 + 767 768 (* Compute summary *) 768 769 let repos_need_sync = List.length (List.filter (fun r -> r.local_sync <> `In_sync) repos) in 769 770 let repos_behind_upstream = List.length (List.filter (fun r -> r.remote_behind > 0) repos) in