Talk:Newbie Guide for Windows People Working on Minor Bugs

From Dreamwidth Notes
Revision as of 18:52, 26 June 2010 by Ninetydegrees (Talk | contribs)

Jump to: navigation, search

Posting this so it doesn't get lost:

To import a patch:

1- Create a new patch

2- Use wget -O imported_patch URL

3- patch -p1 < imported_patch

4- Use hg qrefresh

Ninetydegrees 17:11, 13 June 2010 (UTC)

To import a patch saved on your Dreamhack and put it in the queue:

1- Create a directory for your saved patches (you can use mkdir patches for example) and copy/paste your patch into it.

2- Go to dw-free or dw-nonfree and type hg qimport PATHFILE

3- Then type hg qpush to apply the patch.

Ninetydegrees 18:52, 26 June 2010 (UTC)