google-nomulus/javatests/google/registry/ui
guyben 01591ff88e Clarify diff display of MutatingCommand
Tools inheriting from MutatingCommand print out the change they are going to
make and then ask the user to confirm that this is indeed what they wanted to
do.

The change is outputted as a list of updated values in the form

key -> [oldValue, newValue]

e.g.

dnsPaused -> [true, false]

This CL will change the output to be clearer:

key: oldValue -> newValue

e.g.

dnsPaused: true -> false

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170853745
2017-10-04 16:16:45 -04:00
..
forms Remove redundant calls to NullPointerTester#setDefault 2017-09-12 15:51:50 -04:00
js Fix foss build 2017-09-20 10:27:17 -04:00
server Clarify diff display of MutatingCommand 2017-10-04 16:16:45 -04:00