For our customization want to disable post revisions completely from WordPress then do the following:
Open wp-config.php file which is located in your website root folder. Add following code in that file.
define ('WP_POST_REVISIONS', false);
if you have any doubt, then comment here!