log

age author description
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
Thu, 13 Sep 2018 15:52:42 -0700 Gregory Szorc revlog: add opener option to enable ellipsis flag processor
Thu, 13 Sep 2018 15:48:53 -0700 Gregory Szorc revlog: store flag processors per revlog
Wed, 05 Sep 2018 13:29:22 -0700 Gregory Szorc revlog: define ellipsis flag processors in core
Wed, 05 Sep 2018 12:44:25 -0700 Gregory Szorc narrow: remove custom filelog type
Thu, 13 Sep 2018 16:02:22 -0700 Gregory Szorc filelog: custom filelog to be used with narrow repos
Tue, 18 Sep 2018 15:29:42 -0700 Gregory Szorc localrepo: iteratively derive local repository type
Tue, 18 Sep 2018 15:15:24 -0700 Gregory Szorc localrepo: pass root manifest into manifestlog.__init__
Fri, 21 Sep 2018 21:44:27 -0400 Matt Harbison py3: create built in exceptions with str type messages in win32.py
Sat, 22 Sep 2018 12:11:48 -0400 Matt Harbison tests: stabilize test-shelve.t#phasebased for #no-symlink and #no-execbit
Thu, 20 Sep 2018 21:35:01 -0700 Martin von Zweigbergk debugdirstate: deprecate --nodates in favor of --no-dates
Fri, 21 Sep 2018 00:37:03 -0400 Matt Harbison py3: fix a type error in hghave.has_hardlink
Fri, 21 Sep 2018 09:34:41 -0700 Martin von Zweigbergk narrow: remove hack to read narowspec from shared .hg directory
Fri, 21 Sep 2018 11:43:46 -0400 Augie Fackler streamclone: reimplement nested context manager
Fri, 21 Sep 2018 11:44:08 -0400 Augie Fackler bundle2: grab kwarg using sysstr
Fri, 21 Sep 2018 11:15:55 -0400 Augie Fackler py3: mark another passing test
Sat, 15 Sep 2018 12:47:49 +0900 Yuya Nishihara bookmarks: remove --active in favor of --list
Sat, 15 Sep 2018 12:44:23 +0900 Yuya Nishihara bookmarks: add explicit option to list bookmarks of the given names
Sat, 15 Sep 2018 12:34:13 +0900 Yuya Nishihara bookmarks: reject --delete with --inactive which makes no sense
Sat, 15 Sep 2018 12:32:01 +0900 Yuya Nishihara bookmarks: parse out --inactive to action early
Sat, 15 Sep 2018 12:25:19 +0900 Yuya Nishihara bookmarks: parse out implicit "add" action early