log

age author description
Fri, 19 Jan 2018 19:13:11 -0500 Matt Harbison lfs: separate a debug message from the subsequent abort message
Fri, 19 Jan 2018 14:25:09 -0800 Siddharth Agarwal sshserver: add a couple of tests for argument parsing
Fri, 19 Jan 2018 16:28:11 -0500 Augie Fackler merge with stable
Fri, 12 Jan 2018 10:59:58 +0100 Joerg Sonnenberger wireproto: split streamres into legacy and modern case
Fri, 19 Jan 2018 12:33:03 -0800 Martin von Zweigbergk localrepo: run cache-warming transaction callback before report callback
Fri, 19 Jan 2018 11:35:55 -0800 Martin von Zweigbergk scmutil: 0-pad transaction report callback category
Wed, 17 Jan 2018 16:01:06 +0100 Boris Feld stream: add a test showing we also clone bookmarks
Fri, 19 Jan 2018 18:45:20 +0530 Pulkit Goyal branch: allow changing branch name to existing name if possible
Sun, 15 Oct 2017 23:08:45 +0530 Pulkit Goyal branch: add a --rev flag to change branch name of given revisions
Tue, 16 Jan 2018 23:50:01 +0900 Yuya Nishihara templater: fix crash by empty group expression
Tue, 16 Jan 2018 21:46:17 +0900 Yuya Nishihara log: fix typo in comment about _matchfiles()
Thu, 18 Jan 2018 13:33:21 -0800 Hollis Blanchard sparse: --include 'dir1/dir2' should not include 'dir1/*'
Sun, 14 Jan 2018 13:29:15 +0900 Yuya Nishihara fileset: add kind:pat operator
Sun, 14 Jan 2018 13:33:56 +0900 Yuya Nishihara minifileset: unify handling of symbol and string patterns
Sun, 14 Jan 2018 13:28:20 +0900 Yuya Nishihara fileset: move import of match module to top
Sun, 14 Jan 2018 21:28:12 +0100 Paul Morelle revlog: group delta computation methods under _deltacomputer object
Sun, 14 Jan 2018 14:36:22 +0100 Paul Morelle revlog: refactor out _finddeltainfo from _addrevision
Fri, 19 Jan 2018 21:39:11 +0900 Yuya Nishihara localrepo: micro-optimize __len__() to bypass repoview
Thu, 18 Jan 2018 21:18:10 -0500 Matt Harbison lfs: defer registering the pre-push hook until blobs are committed
Thu, 18 Jan 2018 18:04:56 -0500 Matt Harbison lfs: dump the full response on httperror in debug mode
Thu, 18 Jan 2018 15:59:21 -0500 Matt Harbison lfs: default the User-Agent header for blob transfers to 'git-lfs'
Thu, 18 Jan 2018 15:11:34 -0500 Matt Harbison lfs: default to not using workers for upload/download
Sun, 14 Jan 2018 17:00:24 -0500 Matt Harbison lfs: add the '{lfsattrs}' template keyword to '{lfs_files}'
Thu, 18 Jan 2018 16:47:14 +0100 Boris Feld debugdownload: read repository hgrc if there is one
Fri, 19 Jan 2018 00:18:45 -0500 Matt Harbison test-blackbox: stabilize for Windows
Fri, 19 Jan 2018 08:35:22 +0100 Paul Morelle debugdeltachain: cleanup the double call to _slicechunk
Fri, 19 Jan 2018 14:10:18 +0530 Pulkit Goyal blackbox: don't unpack the list while passing into str.join()
Wed, 17 Jan 2018 17:07:55 +0100 Boris Feld atomicupdate: add an experimental option to use atomictemp when updating
Wed, 17 Jan 2018 16:52:13 +0100 Boris Feld write: add the possibility to pass keyword argument from batchget to vfs
Thu, 18 Jan 2018 12:55:19 +0100 Joerg Sonnenberger blackbox: if --debug is used, also trace ui.debug() calls