Mercurial > public > mercurial-scm > hg
log mercurial/subrepo.py @ 36846:14f70c44af6c
age | author | description |
---|---|---|
Sun, 04 Mar 2018 22:33:59 +0530 | Pulkit Goyal | py3: use pycompat.bytestr instead of str |
Sun, 04 Mar 2018 10:42:51 -0500 | Augie Fackler | merge with stable |
Thu, 01 Mar 2018 11:37:00 -0500 | Matt Harbison | subrepo: activate clone pooling to enable sharing with remote URLs stable |
Thu, 01 Mar 2018 11:13:00 -0500 | Matt Harbison | subrepo: don't attempt to share remote sources (issue5793) stable |
Thu, 15 Feb 2018 17:18:26 +0100 | Boris Feld | util: extract all date-related utils in utils/dateutil module |
Sun, 25 Feb 2018 22:30:14 -0500 | Augie Fackler | subrepo: use util.forcebytestr() instead of str() on exception |
Thu, 02 Apr 2015 23:28:16 +0900 | Yuya Nishihara | cmdutil: pass ctx to makefileobj() in place of repo/node pair (API) |