Services/Sync/Getting Started: Difference between revisions

Jump to navigation Jump to search
Line 76: Line 76:
   hg pull -u
   hg pull -u


===  Make sure that all the patches have a description ===
===  Make sure that all the patches have a proper commit message ===


…  including the bug number and a reviewer. Run <tt>hg qser -sv</tt> (omit the <tt>-sv</tt> if you're using the config above). The output will look something like
For simple bugs, the format is
 
  Bug NNNNNN - Bug Summary here. r=your_reviewers_IRC_nickname
 
For bugs with several parts, you can do
 
  Bug NNNNNN - Bug Summary here. r=your_reviewers_IRC_nickname
 
  Part X: Frobnicate the majiggaberator
 
Or simply
 
  Bug NNNNNN - Part X: Frobnicate the majiggaberator. r=your_reviewers_IRC_nickname
 
Run <tt>hg qser -sv</tt> (omit the <tt>-sv</tt> if you're using the config above). The output will look something like


   0 U favicons-1a: Bug 675996 - Part 1: extend moz_favicons with GUID to support Sync. r=mak
   0 U favicons-1a: Bug 675996 - Part 1: extend moz_favicons with GUID to support Sync. r=mak
canmove, Confirmed users
725

edits

Navigation menu