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

From Dreamwidth Notes
Jump to: navigation, search
(Bit on importing patches I don't know where to put)
 
Line 4: Line 4:
  
 
1- Create a new patch
 
1- Create a new patch
 +
 
2- Use wget -O imported_patch URL
 
2- Use wget -O imported_patch URL
 +
 
3- patch -p1 < imported_patch
 
3- patch -p1 < imported_patch
 +
 
4- Use hg qrefresh
 
4- Use hg qrefresh
 +
 
[[User:Ninetydegrees|Ninetydegrees]] 17:11, 13 June 2010 (UTC)
 
[[User:Ninetydegrees|Ninetydegrees]] 17:11, 13 June 2010 (UTC)

Revision as of 17:11, 13 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)