log mercurial/hg.py @ 37072:d64ae4fef471

age author description
Mon, 05 Mar 2018 12:30:20 -0500 Augie Fackler cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
Sun, 04 Mar 2018 22:37:41 +0530 Pulkit Goyal py3: use util.forcebytestr instead of str to convert error messages
Mon, 12 Feb 2018 16:15:34 -0800 Gregory Szorc hg: move share._getsrcrepo into core
Sun, 11 Feb 2018 14:30:44 -0800 Gregory Szorc py3: check for bytes instead of str in hg.share()
Sun, 21 Jan 2018 14:07:52 +0900 Yuya Nishihara logcmdutil: hold makefilematcher/makehunksfilter() by changesetpriner (API)
Sun, 21 Jan 2018 13:03:03 +0900 Yuya Nishihara cmdutil: drop aliases for logcmdutil functions (API)
Wed, 17 Jan 2018 17:46:49 +0100 Boris Feld caches: make 'cachetocopy' available in scmutil
Thu, 18 Jan 2018 19:40:17 +0530 Pulkit Goyal merge: use public interface ms.localctx instead of ms._local
Mon, 08 Jan 2018 19:41:47 +0530 Pulkit Goyal merge: add `--abort` flag which can abort the merge
Sat, 13 Jan 2018 13:31:27 +0900 Yuya Nishihara share: convert EOL of hgrc before writing to bytes IO
Sat, 13 Jan 2018 13:24:17 +0900 Yuya Nishihara clone: use utility function to write hgrc
Sat, 13 Jan 2018 13:23:16 +0900 Yuya Nishihara share: use context manager or utility function to write file
Fri, 29 Dec 2017 05:25:27 +0530 Pulkit Goyal py3: use node.hex(h.digest()) instead of h.hexdigest()
Thu, 21 Dec 2017 13:58:11 +0100 Boris Feld clonebundle: make it possible to retrieve the initial bundle through largefile
Thu, 14 Dec 2017 15:03:55 -0800 Hollis Blanchard outgoing: respect ":pushurl" paths (issue5365)
Thu, 07 Dec 2017 00:26:45 +0530 Pulkit Goyal remotenames: rename related file and storage dir to logexchange
Wed, 06 Dec 2017 06:40:27 +0530 Pulkit Goyal clone: add support for storing remotenames while cloning
Thu, 02 Nov 2017 23:55:09 -0400 Matt Harbison share: handle --relative shares to a different drive letter gracefully stable
Tue, 17 Oct 2017 22:55:33 -0400 Matt Harbison subrepo: implement 'unshare' for Mercurial subrepos
Tue, 17 Oct 2017 21:48:56 -0400 Matt Harbison share: move the implementation of 'unshare' to the 'hg' module
Sun, 15 Oct 2017 22:48:02 -0400 Matt Harbison subrepo: share instead of clone if the parent repo is shared (issue5675) (BC)
Mon, 16 Oct 2017 18:58:16 +0200 Boris Feld config: simplify aliasing commands.update.check
Sat, 14 Oct 2017 03:13:50 -0400 Augie Fackler config: graduate experimental.updatecheck to commands.update.check
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Thu, 03 Aug 2017 00:45:02 +0900 Yuya Nishihara py3: use bytes IO to write sample hgrc
Thu, 22 Jun 2017 03:20:11 +0530 Pulkit Goyal py3: check for bytes instead of str in isinstance
Tue, 20 Jun 2017 23:46:18 +0530 Pulkit Goyal py3: replace str with bytes in isinstance()
Thu, 25 May 2017 12:09:09 +0200 Pierre-Yves David local-clone: also copy tags related caches
Thu, 25 May 2017 12:05:33 +0200 Pierre-Yves David local-clone: also copy revs-branch-cache files
Thu, 25 May 2017 11:59:07 +0200 Pierre-Yves David local-clone: extract the listing of caches to copy