On 06.09.2012 13:23, Eliezer Croitoru wrote:
> OK,
> it seems we are getting to somewhere.
> i know how to patch using command but what are the proper one to get
> a patch file to be run later? will look into it.
If you are using diff:
diff -u orig_code/ new_code/ >output_file.patch
If you are using bzr:
bzr diff >output_file.patch
Amos
Received on Thu Sep 06 2012 - 01:37:30 MDT
This archive was generated by hypermail 2.2.0 : Thu Sep 06 2012 - 12:00:07 MDT