log

age author description
Thu, 19 Jul 2018 11:08:30 -0700 Martin von Zweigbergk index: move all "nt_*" functions to one place
Thu, 19 Jul 2018 00:03:45 -0700 Martin von Zweigbergk index: rename "nt_*(indexObject *self,...)" functions to "index_*"
Wed, 18 Jul 2018 12:03:31 -0700 Martin von Zweigbergk index: split up nt_init() in two
Wed, 18 Jul 2018 23:20:01 -0700 Martin von Zweigbergk index: make most "nt_*" functions take a nodetree
Wed, 18 Jul 2018 23:07:08 -0700 Martin von Zweigbergk index: add pointer from nodetree back to index
Mon, 06 Aug 2018 09:59:51 -0700 Martin von Zweigbergk index: remove side-effect from failed nt_new()
Mon, 06 Aug 2018 22:34:37 -0700 Martin von Zweigbergk index: remove side-effect from failed nt_init()
Mon, 06 Aug 2018 22:24:34 -0700 Martin von Zweigbergk index: use PyMem_Free() to free nodeetree instance
Mon, 06 Aug 2018 22:24:00 -0700 Jun Wu linelog: fix infinite loop vulnerability
Mon, 06 Aug 2018 17:19:33 -0400 Augie Fackler tests: fix bytes/str issues in run-tests.py caught by python3
Mon, 06 Aug 2018 16:45:25 -0700 Gregory Szorc changegroup: assign to proper attribute
Mon, 06 Aug 2018 09:00:26 -0700 Gregory Szorc absorb: remove sf alias for command
Thu, 09 Aug 2018 13:04:52 +0800 Anton Shestakov hgweb: catch ParseError that's raised by revset.match() stable
Sun, 25 Feb 2018 21:04:33 +0900 Yuya Nishihara templatekw: deprecate old-style template keyword function (API)
Sat, 28 Jul 2018 21:19:24 +0900 Yuya Nishihara hgweb: mark all lambda template keywords as new-style function
Sat, 28 Jul 2018 21:02:05 +0900 Yuya Nishihara hgweb: use registrar to add "motd" template keyword
Sun, 22 Jul 2018 11:21:43 +0900 Yuya Nishihara fileset: load core predicates directly to symbols dict
Sun, 22 Jul 2018 11:49:12 +0900 Yuya Nishihara fileset: turn on listclean conditionally
Mon, 06 Aug 2018 00:33:15 -0700 Martin von Zweigbergk changegroup: always use the treemanifest-enabled version of _packmanifests()
Mon, 30 Jul 2018 23:52:15 -0400 Augie Fackler linelog: add replacelines_vec for fastannotate
Tue, 31 Jul 2018 11:29:25 -0400 Augie Fackler absorb: drop wrapper around the amend command
Wed, 01 Aug 2018 18:30:10 -0400 Augie Fackler absorb: note some TODOs from the code review
Wed, 01 Aug 2018 18:29:57 -0400 Augie Fackler absorb: use ui.debug() instead of open-coding it
Wed, 01 Aug 2018 18:24:43 -0400 Augie Fackler absorb: use pycompat to get xrange
Wed, 01 Aug 2018 18:23:42 -0400 Augie Fackler absorb: use set literal to avoid intermediate list
Wed, 01 Aug 2018 18:23:28 -0400 Augie Fackler absorb: avoid mutable default arg
Mon, 30 Jul 2018 14:05:56 -0400 Augie Fackler absorb: import extension from Facebook's hg-experimental
Mon, 06 Aug 2018 10:03:57 +0530 Sushil khanchi resolve: organize 'if confirm' conditionals
Wed, 16 May 2018 15:14:37 -0700 Martin von Zweigbergk index: pass only nodetree to nt_new()
Wed, 16 May 2018 13:57:28 -0700 Martin von Zweigbergk index: drop now-redundant "nt" prefix of fields in nodetree struct