log

age author description
Thu, 25 Aug 2016 01:26:39 -0400 Augie Fackler tests: guard test-archive-symlink with unziplinks check
Thu, 25 Aug 2016 01:25:52 -0400 Augie Fackler hghave: add a check for unzip(1) that understands symlinks
Thu, 25 Aug 2016 01:00:54 -0400 Augie Fackler test-https: drop two spurious --traceback flags
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Thu, 25 Aug 2016 01:00:26 -0400 Yuya Nishihara version: add formatter support
Tue, 16 Aug 2016 16:09:12 +0900 Yuya Nishihara version: factor out mapping of internal/external labels
Tue, 16 Aug 2016 16:03:09 +0900 Yuya Nishihara version: always build list of extension versions
Sun, 13 Mar 2016 19:59:39 +0900 Yuya Nishihara formatter: add fm.nested(field) to either write or build sub items
Mon, 15 Aug 2016 13:51:14 +0900 Yuya Nishihara formatter: factor out format*() functions to separate classes
Wed, 24 Aug 2016 11:24:07 +0100 Jun Wu crecord: restore SIGWINCH handler before return
Sat, 20 Aug 2016 23:06:01 +0200 Maciej Fijalkowski bdiff: implement cffi version of bdiff
Thu, 28 Jul 2016 14:17:08 +0200 Maciej Fijalkowski bdiff: implement cffi version of blocks
Fri, 19 Aug 2016 13:30:40 -0700 Tony Tung util: checknlink should remove file it creates if an exception occurs
Tue, 23 Aug 2016 17:58:53 -0700 Siddharth Agarwal merge: remove files with extra actions from merge action list
Mon, 22 Aug 2016 21:48:50 -0700 Gregory Szorc revlog: use an LRU cache for delta chain bases
Mon, 22 Aug 2016 20:17:36 -0700 Gregory Szorc revlog: remove unused variables
Mon, 22 Aug 2016 20:30:37 -0700 Gregory Szorc util: properly implement lrucachedict.get()
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: change changectx to access manifest via manifestlog
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: use property instead of field for manifest revlog storage
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: introduce manifestlog and manifestctx classes
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: make manifest derive from manifestrevlog
Wed, 17 Aug 2016 13:25:13 -0700 Durham Goode manifest: break mancache into two caches
Thu, 18 Aug 2016 11:32:02 -0400 Augie Fackler dispatch: explicitly pass fancyopts optional arg as a keyword
Sat, 20 Aug 2016 23:05:18 +0200 Maciej Fijalkowski osutil: fix the bug on OS X when we return more in listdir
Sun, 21 Aug 2016 08:03:22 +0000 Hannes Oldenburg histedit: use samefile function from cmdutil
Sun, 21 Aug 2016 08:00:18 +0000 Hannes Oldenburg cmdutil: extract samefile function from amend()
Fri, 22 Apr 2016 21:32:30 +0900 Yuya Nishihara templater: rename "right" argument of pad() function
Fri, 22 Apr 2016 21:29:13 +0900 Yuya Nishihara templater: make pad() evaluate boolean argument (BC)
Thu, 18 Aug 2016 16:29:22 +0900 Yuya Nishihara templater: fix if() to not evaluate False as bool('False')
Thu, 18 Aug 2016 15:55:07 +0900 Yuya Nishihara templater: make it clearer that _flatten() omits None