Thu, 06 Aug 2020 09:50:10 -0700 Martin von Zweigbergk templater: add exception-raising version of open_template()
Wed, 05 Aug 2020 22:13:51 -0700 Martin von Zweigbergk templater: replace Py3-only exception types by super-types available in Py2
Wed, 05 Aug 2020 14:19:42 -0700 Martin von Zweigbergk hgweb: enable reading styles from resources in frozen binaries
Wed, 05 Aug 2020 14:03:45 -0700 Martin von Zweigbergk hgweb: rely on open_template()'s fallback to using templatedir()
Wed, 05 Aug 2020 14:03:14 -0700 Martin von Zweigbergk hgweb: open mapfile using templater.open_template()
Wed, 05 Aug 2020 13:58:30 -0700 Martin von Zweigbergk hgweb: simplify a constant-length list by converting to literal tuple
Wed, 05 Aug 2020 13:33:07 -0700 Martin von Zweigbergk hgweb: remove some accesses to private member uimod._unset
Thu, 30 Jul 2020 21:36:29 -0700 Martin von Zweigbergk templater: try to read %include in mapfiles from resources
Thu, 30 Jul 2020 15:29:06 -0700 Martin von Zweigbergk templater: unroll loop over mapfile directories
Tue, 04 Aug 2020 10:51:25 -0700 Martin von Zweigbergk templater: make open_template() read from resources if in frozen binary
Tue, 04 Aug 2020 13:22:00 -0700 Martin von Zweigbergk templater: pass opened file-like object to templatespec
Tue, 04 Aug 2020 13:21:29 -0700 Martin von Zweigbergk templater: replace templatepath() with function that also opens the file
Thu, 30 Jul 2020 13:44:06 -0700 Martin von Zweigbergk templater: start passing resource to read from into _readmapfile()
Tue, 04 Aug 2020 09:13:10 -0700 Martin von Zweigbergk templater: move stylemap() to hgweb_mod, since that's its only user
Mon, 03 Aug 2020 22:15:45 -0700 Martin von Zweigbergk hgweb: simplify staticfile() now that we always pass it a single directory
Fri, 31 Jul 2020 10:05:07 -0700 Martin von Zweigbergk packaging: include templates with their package as key in package_data
Fri, 31 Jul 2020 09:49:52 -0700 Martin von Zweigbergk packaging: mark mercurial.templates and subdirs as packages
Thu, 12 Dec 2019 12:41:01 -0800 Martin von Zweigbergk templates: add __init__.py files to templates/ dirs
Wed, 05 Aug 2020 13:36:50 -0400 Augie Fackler merge with stable
Tue, 21 Jul 2020 18:21:27 +0530 Pulkit Goyal localrepo: abort creating a shared repo if the source does not have store
Tue, 21 Jul 2020 13:58:58 +0530 Pulkit Goyal localrepo: only use 'bookmarksinstore' requirement if we have 'store'
Sat, 25 Jul 2020 01:42:41 +0530 Pulkit Goyal mergeresult: make actionmapping a dict of dict instead of dict of lists
Sat, 25 Jul 2020 14:44:29 +0530 Pulkit Goyal largefiles: introduce a constant for 'lfmr' action
Sat, 25 Jul 2020 14:41:20 +0530 Pulkit Goyal largefiles: override merge.emptyactions() to include `lfmr`
Sat, 25 Jul 2020 01:17:35 +0530 Pulkit Goyal merge: unify logic of couple of if-else's in manifestmerge()
Fri, 24 Jul 2020 23:49:08 +0530 Pulkit Goyal sparse: add comment for an if condition which I tried to refactor
Fri, 24 Jul 2020 23:40:07 +0530 Pulkit Goyal mergeactions: use action constants instead of string values
Sun, 02 Aug 2020 10:24:28 -0700 Pulkit Goyal merge: use the new action based mapping introduced in mergeresult obj
Fri, 24 Jul 2020 19:48:38 +0530 Pulkit Goyal mergeresult: introduce action -> (filename, data, msg) mapping and related API
Sun, 02 Aug 2020 10:15:55 -0700 Pulkit Goyal mergeresult: rename _actions to _filemapping
Fri, 24 Jul 2020 19:19:47 +0530 Pulkit Goyal sparse: pass mergeresult obj in sparse.filterupdatesactions() (API)
Fri, 24 Jul 2020 19:13:20 +0530 Pulkit Goyal merge: filter actions before calling _resolvetrivial()
Fri, 24 Jul 2020 18:16:29 +0530 Pulkit Goyal merge: introduce mergeresult.updateactions() and use it
Fri, 24 Jul 2020 17:57:23 +0530 Pulkit Goyal merge: pass mergeresult instead of actions in _checkunknownfiles() (API)
Fri, 24 Jul 2020 17:52:33 +0530 Pulkit Goyal merge: pass mergeresult obj instead of actions dict in _resolvetrivial()
Fri, 24 Jul 2020 17:49:13 +0530 Pulkit Goyal merge: pass mergeresult obj instead of actions in _filternarrowactions()
Fri, 24 Jul 2020 17:31:26 +0530 Pulkit Goyal merge: pass mergeresult in checkpassconflicts() instead of actions (API)
Fri, 24 Jul 2020 16:23:55 +0530 Pulkit Goyal merge: add removefile() to mergeresult object
Fri, 24 Jul 2020 16:18:39 +0530 Pulkit Goyal merge: introduce mergeresult.addfile() and use it
Fri, 24 Jul 2020 15:56:11 +0530 Pulkit Goyal merge: make mergeresult constructor initialize empty object
Fri, 24 Jul 2020 15:15:20 +0530 Pulkit Goyal merge: improve documentation of fbid dict used for merge bid
Fri, 24 Jul 2020 14:45:00 +0530 Pulkit Goyal merge: move conversion of file-key dict to action-key dict in mergeresult
Sun, 02 Aug 2020 10:12:21 -0700 Pulkit Goyal merge: introduce hasconflicts() on mergeresult object
Tue, 14 Jul 2020 16:40:28 +0530 Pulkit Goyal merge: remove no longer required ACTION_GET_OTHER_AND_STORE
Tue, 14 Jul 2020 16:31:52 +0530 Pulkit Goyal merge: pass commitinfo to applyupdates() and get it stored in mergestate
Tue, 14 Jul 2020 16:21:08 +0530 Pulkit Goyal merge: introduce 'commitinfo' in mergeresult
Thu, 23 Jul 2020 18:03:14 +0530 Pulkit Goyal merge: return a mergeresult obj from manifestmerge(), calculateupdates() (API)
Mon, 03 Aug 2020 23:13:58 +0530 Pulkit Goyal Added signature for changeset 7fc3c5fbc65f stable
Mon, 03 Aug 2020 23:13:52 +0530 Pulkit Goyal Added tag 5.5 for changeset 7fc3c5fbc65f stable
Sat, 01 Aug 2020 18:39:28 +0530 Pulkit Goyal mergestate: fix BC breakage introduced because of removal of a merge record stable 5.5
Thu, 30 Jul 2020 22:49:51 -0700 Martin von Zweigbergk packaging: delete unnecessary updating of `dirs` list
Sun, 02 Aug 2020 10:08:18 -0700 Martin von Zweigbergk packaging: make "mercurial.defaultrc" a key in package_data
Thu, 30 Jul 2020 12:22:41 -0700 Martin von Zweigbergk templatespec: use new factory functions in hooklib
Mon, 20 Jul 2020 22:43:33 -0700 Martin von Zweigbergk templatespec: use new factory functions in logcmdutil
Mon, 20 Jul 2020 21:33:28 -0700 Martin von Zweigbergk templatespec: move check for non-unicode to lower-level function
Mon, 20 Jul 2020 21:32:10 -0700 Martin von Zweigbergk templatespec: logcmdutil.templatespec() gets either template or mapfile
Thu, 16 Jul 2020 13:33:46 -0700 Martin von Zweigbergk templatespec: create a factory function for each type there is
Wed, 29 Jul 2020 10:42:09 -0700 Martin von Zweigbergk templater: stop accepting a single style to stylemap()
Thu, 23 Jul 2020 10:20:48 -0700 Martin von Zweigbergk formatter: inline a variable assigned from `templater.templater.frommapfile`
Wed, 22 Jul 2020 21:23:46 -0700 Martin von Zweigbergk templater: don't normalize path separators to '/' when interacting with OS
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip