equal
deleted
inserted
replaced
241 Linux.check_reboot_required() |
241 Linux.check_reboot_required() |
242 |
242 |
243 |
243 |
244 if (mercurial_source.nonEmpty) { |
244 if (mercurial_source.nonEmpty) { |
245 for { name <- List("mercurial", "mercurial-common") if Linux.package_installed(name) } { |
245 for { name <- List("mercurial", "mercurial-common") if Linux.package_installed(name) } { |
246 error("Cannot install Mercurial from source:" + |
246 error("Cannot install Mercurial from source:\n" + |
247 "package package " + quote(name) + " already installed") |
247 "package package " + quote(name) + " already installed") |
248 } |
248 } |
249 mercurial_setup(mercurial_source, progress = progress) |
249 mercurial_setup(mercurial_source, progress = progress) |
250 } |
250 } |
251 |
251 |