log

age author description
Sat, 12 Sep 2015 12:47:00 -0700 Gregory Szorc revlog: rename generic "i" variable to "indexdata"
Sat, 12 Sep 2015 11:31:56 -0700 Gregory Szorc hg: always create new localrepository instance
Thu, 10 Sep 2015 19:45:46 -0400 timeless test-bad-extension: reduce dependencies on other things
Thu, 10 Sep 2015 20:22:37 -0400 timeless help: fix help argument parsing and documentation
Thu, 10 Sep 2015 10:48:20 -0400 timeless minirst: establish leveling for nested definitions
Sun, 13 Sep 2015 16:30:21 -0400 Jordi Gutiérrez Hermoso dispatch: use the right context manager to deactivate demandimport
Thu, 10 Sep 2015 10:50:03 -0400 Augie Fackler ui: improve docs on ui.log
Sat, 12 Sep 2015 00:21:41 +0900 Yuya Nishihara templater: switch ctx of list expression to rev of revset() (BC)
Thu, 10 Sep 2015 23:32:36 +0900 Yuya Nishihara fileset: handle error of string unescaping
Thu, 10 Sep 2015 23:29:55 +0900 Yuya Nishihara revset: handle error of string unescaping
Thu, 10 Sep 2015 23:25:10 +0900 Yuya Nishihara parser: move unescape helper from templater
Thu, 10 Sep 2015 16:14:39 -0700 Pierre-Yves David unionrepo: take delta base in account with building unified revlog
Wed, 09 Sep 2015 22:27:48 -0400 Matt Harbison extdiff: enable -I/-X with --patch
Wed, 09 Sep 2015 21:07:38 -0400 Matt Harbison extdiff: add a --patch argument for diffing changeset deltas
Wed, 09 Sep 2015 20:48:09 -0400 Matt Harbison extdiff: prepare sections of dodiff() for conditionalizing
Fri, 11 Sep 2015 12:48:09 -0700 Matt Mackall hgweb: drop unused import
Thu, 10 Sep 2015 13:45:00 -0400 Augie Fackler help/config: back out 5f2a1ebd6e78
Thu, 10 Sep 2015 09:41:11 -0400 Jordi Gutiérrez Hermoso filemerge: add non-interactive :merge-local and :merge-other
Wed, 12 Aug 2015 08:53:01 -0400 Jordi Gutiérrez Hermoso simplemerge: enable option to resolve conflicts one way
Wed, 26 Aug 2015 16:27:14 -0500 Matt Mackall templater: add new docheader/footer components for XML (issue4135)
Thu, 10 Sep 2015 09:52:17 -0400 Augie Fackler import-checker: use modern .endswith for multiple suffixes
Sat, 22 Aug 2015 18:43:24 -0700 Gregory Szorc hgweb: use separate repo instances per thread
Sat, 22 Aug 2015 18:54:34 -0700 Gregory Szorc hg: establish a cache for localrepository instances
Sat, 22 Aug 2015 18:15:42 -0700 Gregory Szorc hgweb: create function to perform actions on new repo
Sat, 22 Aug 2015 17:50:28 -0700 Gregory Szorc hgweb: remove proxy to hgweb instance
Thu, 10 Sep 2015 09:30:10 -0400 Jordi Gutiérrez Hermoso dispatch: disable demandimport when invoking the debugger
Wed, 09 Sep 2015 14:43:45 -0700 Matt Mackall templater: create string unescape helper (issue4798)
Sat, 05 Sep 2015 16:50:35 +0900 Yuya Nishihara parsers: use PyTuple_New and SET_ITEM to construct metadata pair of markers
Sat, 05 Sep 2015 16:41:21 +0900 Yuya Nishihara parsers: use PyTuple_SET_ITEM() to fill new marker tuples
Sat, 05 Sep 2015 12:56:53 +0900 Yuya Nishihara revset: uncache filteredset.__contains__