log

age author description
Tue, 25 Sep 2018 16:03:14 -0400 Valentin Gatien-Baron revset: fix commonancestor test so it demonstrates correct behavior stable
Sat, 15 Sep 2018 17:26:23 +0900 Yuya Nishihara annotate: pass in wdir rev and node to formatter (BC)
Sat, 15 Sep 2018 17:26:22 +0900 Yuya Nishihara annotate: pass around full hex node until formatting plain output
Sat, 15 Sep 2018 17:26:21 +0900 Yuya Nishihara log: fill in pseudo rev and node as wdir() manifest identifiers
Sat, 15 Sep 2018 17:26:20 +0900 Yuya Nishihara log: have changesetformatter fill in wdir() rev and node (BC)
Sun, 23 Sep 2018 16:11:01 +0900 Yuya Nishihara hgweb: use scmutil.binnode() to translate None to wdir hash (issue5988)
Sun, 23 Sep 2018 16:15:48 +0900 Yuya Nishihara hgweb: register web.static to the config table
Sun, 23 Sep 2018 17:01:26 +0900 Yuya Nishihara help: document web.static config
Mon, 24 Sep 2018 00:00:04 +0300 Pulkit Goyal py3: use pycompat.strkwargs() in contrib/simplemerge
Sun, 23 Sep 2018 23:59:35 +0300 Pulkit Goyal py3: add b'' prefixes in contrib/simplemerge
Sun, 23 Sep 2018 23:39:07 +0300 Pulkit Goyal tests: use assertTrue() instead of assert_() in test-bdiff.py
Sun, 23 Sep 2018 23:35:38 +0300 Pulkit Goyal py3: use '%d' for integers instead of '%s'
Sun, 23 Sep 2018 23:34:22 +0300 Pulkit Goyal py3: add b'' prefixes in tests/test-bdiff.py
Sun, 23 Sep 2018 22:57:17 +0300 Pulkit Goyal py3: fix kwargs handling in hgext/absorb.py
Tue, 18 Sep 2018 19:26:44 -0700 Gregory Szorc filelog: stop proxying headrevs() (API)
Tue, 18 Sep 2018 19:00:17 -0700 Gregory Szorc hgweb: use heads() instead of headrevs()
Tue, 18 Sep 2018 18:56:02 -0700 Gregory Szorc filelog: record what's using attributes
Tue, 18 Sep 2018 18:21:47 -0700 Gregory Szorc filelog: stop proxying datafile (API)
Tue, 18 Sep 2018 18:03:41 -0700 Gregory Szorc filelog: stop proxying _addrevision() (API)
Tue, 18 Sep 2018 17:57:36 -0700 Gregory Szorc filelog: stop proxying compress() (API)
Tue, 18 Sep 2018 17:56:15 -0700 Gregory Szorc filelog: stop proxying start(), end(), and length() (API)
Tue, 18 Sep 2018 17:51:43 -0700 Gregory Szorc revlog: move censor logic out of censor extension
Tue, 18 Sep 2018 16:47:09 -0700 Gregory Szorc global: replace most uses of RevlogError with StorageError (API)
Tue, 18 Sep 2018 16:45:13 -0700 Gregory Szorc error: introduce StorageError
Tue, 18 Sep 2018 16:28:17 -0700 Gregory Szorc revlog: drop LookupError alias (API)
Tue, 18 Sep 2018 16:24:36 -0700 Gregory Szorc revlog: drop some more error aliases (API)
Tue, 18 Sep 2018 16:18:37 -0700 Gregory Szorc revlog: drop RevlogError alias (API)
Tue, 18 Sep 2018 16:52:11 -0700 Gregory Szorc testing: add interface unit tests for file storage
Tue, 18 Sep 2018 15:32:11 -0700 Gregory Szorc narrow: remove narrowrevlog
Thu, 13 Sep 2018 15:57:18 -0700 Gregory Szorc localrepo: enable ellipsis flag on revlogs when repo is narrow