Mercurial > hg-stable
log
age | author | description |
---|---|---|
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 |