Brace yourself, the util module is gonna be splitted.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
- Lint Skipped 
- Unit
- Unit Tests Skipped 
| lothiraldan | 
| hg-reviewers | 
Brace yourself, the util module is gonna be splitted.
| Lint Skipped | 
| Unit Tests Skipped | 
| Path | Packages | |||
|---|---|---|---|---|
| A | M | mercurial/utils/__init__.py | ||
| M | setup.py (1 line) | 
| Status | Author | Revision | |
|---|---|---|---|
| Abandoned | durin42 | D2056 util: extract matchdate  | |
| Abandoned | durin42 | D2055 util: extract parsedate  | |
| Abandoned | durin42 | D2054 util: extract strdate  | |
| Abandoned | durin42 | ||
| Abandoned | durin42 | D2052 util: extract shortdate  | |
| Abandoned | durin42 | D2051 util: extract datestr  | |
| Abandoned | durin42 | D2050 util: extract makedate  | |
| Abandoned | durin42 | ||
| Abandoned | lothiraldan | ||
| Abandoned | lothiraldan | ||
| Abandoned | durin42 | 
| packages = ['mercurial', | packages = ['mercurial', | ||||
| 'mercurial.cext', | 'mercurial.cext', | ||||
| 'mercurial.cffi', | 'mercurial.cffi', | ||||
| 'mercurial.hgweb', | 'mercurial.hgweb', | ||||
| 'mercurial.httpclient', | 'mercurial.httpclient', | ||||
| 'mercurial.pure', | 'mercurial.pure', | ||||
| 'mercurial.thirdparty', | 'mercurial.thirdparty', | ||||
| 'mercurial.thirdparty.attr', | 'mercurial.thirdparty.attr', | ||||
| 'mercurial.utils', | |||||
| 'hgext', 'hgext.convert', 'hgext.fsmonitor', | 'hgext', 'hgext.convert', 'hgext.fsmonitor', | ||||
| 'hgext.fsmonitor.pywatchman', 'hgext.highlight', | 'hgext.fsmonitor.pywatchman', 'hgext.highlight', | ||||
| 'hgext.largefiles', 'hgext.lfs', 'hgext.zeroconf', 'hgext3rd', | 'hgext.largefiles', 'hgext.lfs', 'hgext.zeroconf', 'hgext3rd', | ||||
| 'hgdemandimport'] | 'hgdemandimport'] | ||||
| common_depends = ['mercurial/bitmanipulation.h', | common_depends = ['mercurial/bitmanipulation.h', | ||||
| 'mercurial/compat.h', | 'mercurial/compat.h', | ||||
| 'mercurial/cext/util.h'] | 'mercurial/cext/util.h'] | ||||