Support 'push --dry-run' for rsync transport
commitee020f3598f0dc86a939fb8597845594bf664898
authorShawn O. Pearce <spearce@spearce.org>
Tue, 16 Oct 2007 04:28:32 +0000 (16 00:28 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 16 Oct 2007 04:28:32 +0000 (16 00:28 -0400)
tree4514a121907eec45a3417f6007e9b61b6ae587c3
parent18184f79dbf70e157399ba2288f7045582fd61c6
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>
transport.c