QA/Automation/Projects/WebRTC/Crashtest Guide: Difference between revisions

Line 81: Line 81:
     (home):~/path/to/dir$ patch -p1 -R < %filename%
     (home):~/path/to/dir$ patch -p1 -R < %filename%


as an example, I ran in this case patch -p1 -R < revert-patch-bug-803535.patch however the file can be called whatever you want.
as an example, I ran in this case <tt>patch -p1 -R < revert-patch-bug-803535.patch</tt>, however the file can be called whatever you want.


{| border="1" cellpadding="5"
{| border="1" cellpadding="5"
|'''SIDE NOTE:'''<br>
|'''SIDE NOTE:'''<br>
In order to revert this change call either hg revert –all or patch -p1 < %filename% .
In order to revert this change call either <tt>hg revert –all</tt> or <tt>patch -p1 < %filename%</tt>.
It might also be wise to make sure at this point that the changes were truly implemented.
It might also be wise to make sure at this point that the changes were truly implemented.
|}
|}
Confirmed users
35

edits