author | wenzelm |
Sat, 08 Apr 2023 19:02:51 +0200 | |
changeset 77791 | 3e72fab0e699 |
parent 77790 | ed68c546746c |
child 77792 | b81b2c50fc7c |
--- a/src/Pure/General/rsync.scala Sat Apr 08 18:59:58 2023 +0200 +++ b/src/Pure/General/rsync.scala Sat Apr 08 19:02:51 2023 +0200 @@ -26,6 +26,8 @@ archive: Boolean, protect_args: Boolean, ) { + override def toString: String = directory.toString + def no_progress: Context = new Context(directory, new Progress, archive, protect_args) def no_archive: Context = new Context(directory, progress, false, protect_args)