Hi Pritesh, Diego is collecting ideas
on this page:
http://wiki.idempiere.org/en/Contributing_to_Trunk
To create the patch I recommend to use mercurial from the command
line:
hg commit
* this is to record your developer id and commit message - the
commit message must reference the JIRA ticket
hg export [changeset] > IDEMPIERE-NNNN.patch
* to create the patch file
hg rollback
* to revert the previous commit
Or, without all of that you can just do:
hg diff > IDEMPIERE-NNNN.patch
That's my preferred way, but mercurial eclipse or tortoisehg can
create patches too.
Regards,
Carlos Ruiz