Difference between revisions of "Talk:Newbie Guide for Windows People Working on Minor Bugs"

From Dreamwidth Notes
Jump to: navigation, search
(Still on importing using hg qimport)
Line 12: Line 12:
  
 
[[User:Ninetydegrees|Ninetydegrees]] 17:11, 13 June 2010 (UTC)
 
[[User:Ninetydegrees|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.
 +
 +
[[User:Ninetydegrees|Ninetydegrees]] 18:52, 26 June 2010 (UTC)

Revision as of 18:52, 26 June 2010

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)