linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06107
Re: [Question #209492]: Changes for shipped LUA scripts in local files?
Question #209492 on ADCH++ changed:
https://answers.launchpad.net/adchpp/+question/209492
poy proposed the following answer:
the easiest is to run "bzr diff > patch.patch" and send that patch here.
the most complete way of doing a load of changes is to create a branch,
register it so it appears on <https://code.launchpad.net/adchpp>, commit
changes into it then ask for a merge request. that creates a diff which
is aware of the individual commit history, links to bugs etc. it's
heavy, but great for large changes.
and my personal favorite, in-between: create a local branch, commit
changes then call "bzr send -opatch.patch". that creates a patch aware
of the commit history.
--
You received this question notification because you are a member of
Dcplusplus-team, which is an answer contact for ADCH++.