equal
deleted
inserted
replaced
503 'build_hgexe': buildhgexe, |
503 'build_hgexe': buildhgexe, |
504 } |
504 } |
505 |
505 |
506 packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient', |
506 packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient', |
507 'mercurial.pure', |
507 'mercurial.pure', |
508 'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.largefiles', |
508 'hgext', 'hgext.convert', 'hgext.fsmonitor', |
509 'hgext.zeroconf', 'hgext3rd'] |
509 'hgext.fsmonitor.pywatchman', 'hgext.highlight', |
|
510 'hgext.largefiles', 'hgext.zeroconf', 'hgext3rd'] |
510 |
511 |
511 common_depends = ['mercurial/util.h'] |
512 common_depends = ['mercurial/util.h'] |
512 |
513 |
513 osutil_ldflags = [] |
514 osutil_ldflags = [] |
514 |
515 |