commit | ee020f3598f0dc86a939fb8597845594bf664898 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Tue Oct 16 00:28:32 2007 -0400 |
committer | Shawn O. Pearce <spearce@spearce.org> | Tue Oct 16 00:28:32 2007 -0400 |
tree | 4514a121907eec45a3417f6007e9b61b6ae587c3 | |
parent | 18184f79dbf70e157399ba2288f7045582fd61c6 [diff] |
Support 'push --dry-run' for rsync transport If the end-user requested a dry-run push we should pass that flag though to rsync so that the rsync command can show what it would do (or not do) if push was to be executed without the --dry-run flag. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>