log

age author description
Tue, 26 Dec 2017 22:56:07 +0530 Pulkit Goyal scmutil: use a tuple of possible values instead of using startswith()
Mon, 25 Dec 2017 22:56:59 +0900 Yuya Nishihara show: use revlog function to compute length of the longest shortest node
Tue, 19 Dec 2017 11:20:35 +0530 Pulkit Goyal commands: use the new API to access hidden changesets in various commands
Fri, 15 Dec 2017 04:31:29 +0530 Pulkit Goyal scmutil: add utility fn to return repo object with user passed revs unhidden
Mon, 18 Dec 2017 17:50:02 +0530 Pulkit Goyal repoview: add a new filtername for accessing hidden commits
Fri, 15 Dec 2017 04:25:32 +0530 Pulkit Goyal revsetlang: add utility function to return hash like symbols from the tree
Fri, 22 Dec 2017 22:19:42 +0530 Pulkit Goyal repoview: add visibilityexception argument to filterrevs() and related fns
Fri, 22 Dec 2017 17:57:11 +0530 Pulkit Goyal repoview: add visibilityexceptions as an optional argument to repo.filtered()
Sun, 24 Dec 2017 11:46:13 -0700 Gregory Szorc streamclone: move wire protocol status code from wireproto command
Fri, 22 Dec 2017 15:25:34 -0600 Phil Cohen histedit: add ui.log for action count
Fri, 22 Dec 2017 17:04:08 -0700 Gregory Szorc run-tests: extract sorting of tests to own function
Fri, 22 Dec 2017 12:22:43 -0700 Gregory Szorc run-tests: remove dead code related to temp directory
Fri, 22 Dec 2017 13:13:45 -0600 Phil Cohen rebase: switch ui.log calls to common style
Fri, 22 Dec 2017 21:25:46 +0800 Anton Shestakov hgweb: link to successors of obsoleted changesets
Tue, 21 Nov 2017 17:03:41 +0800 Anton Shestakov hgweb: display fate of obsolete changesets
Sat, 16 Dec 2017 18:58:02 -0500 Matt Harbison test-ssh: stabilize for Windows
Fri, 22 Dec 2017 21:19:29 +0900 Yuya Nishihara templater: register keywords to defaults table
Fri, 22 Dec 2017 21:22:49 +0900 Yuya Nishihara templater: drop unneeded resources from conflict-marker data
Fri, 22 Dec 2017 21:12:17 +0900 Yuya Nishihara templater: rewrite docstring of templater.__init__()
Fri, 22 Dec 2017 00:44:36 -0600 Phil Cohen rebase: don't take out a dirstate guard for in-memory rebase
Fri, 22 Dec 2017 02:38:08 -0500 Matt Harbison test-split: stabilize for Windows
Thu, 21 Dec 2017 23:31:46 -0500 Matt Harbison lfs: use ui.note() and ui.debug() instead of ui.write() and their flags
Thu, 21 Dec 2017 14:13:39 -0500 Matt Harbison lfs: only hardlink between the usercache and local store if the blob verifies
Fri, 17 Nov 2017 00:06:45 -0500 Matt Harbison lfs: verify lfs object content when transferring to and from the remote store
Mon, 04 Dec 2017 21:41:04 -0500 Matt Harbison lfs: narrow the exceptions that trigger a transfer retry
Thu, 16 Nov 2017 22:52:53 -0500 Matt Harbison test-lfs: add tests around corrupted lfs objects
Tue, 19 Dec 2017 17:53:44 -0500 Matt Harbison lfs: add note messages indicating what store holds the lfs blob
Wed, 20 Dec 2017 20:46:33 -0500 Matt Harbison tests: teach `f` to handle sha256 checksums
Wed, 20 Dec 2017 20:41:12 -0500 Matt Harbison tests: fix a bug in `f` that prevented calculating sha1sum on a file
Thu, 21 Dec 2017 22:17:39 +0900 Yuya Nishihara templater: look up symbols/resources as if they were separated (issue5699)