log

age author description
Thu, 17 Apr 2014 09:36:09 +0900 FUJIWARA Katsunori hgweb: show revisions and hashes gotten from changelog in "comparison" page
Thu, 17 Apr 2014 09:36:08 +0900 FUJIWARA Katsunori hgweb: show as same parents as "hg parents -r REV FILE" in pages for file
Thu, 17 Apr 2014 09:36:08 +0900 FUJIWARA Katsunori hgweb: make "comparison" get parent from not filelog but changelog
Thu, 17 Apr 2014 09:36:08 +0900 FUJIWARA Katsunori hgweb: fix lack of "bookmarks" link in "/file" page of "paper" style
Thu, 17 Apr 2014 11:48:22 -0700 Aaron Jensen hgweb: adding article link to rss feed
Thu, 17 Apr 2014 11:47:49 -0700 Aaron Jensen hgweb: adding branch names from inbranch template to rss feed
Thu, 17 Apr 2014 11:45:43 -0700 Aaron Jensen hgweb: adding branch names from inbranch template to atom feed
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich dirstate: report bad subdirectories as match.bad, not just a warning (BC)
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich dirstate: improve documentation and readability of match and ignore in the walker
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich context: remove redundant handling of match.bad return value
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich match: remove last traces of unused .missing callback
Sun, 13 Apr 2014 22:00:08 +0200 Mads Kiilerich match: _globre doctests
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich match: improve documentation - docstrings and more descriptive variable naming
Wed, 05 Mar 2014 15:55:09 -0800 Lucas Moscovicz largefiles: changed overridelog to work with graphlog
Thu, 06 Mar 2014 14:52:07 -0800 Lucas Moscovicz largefiles: added test coverage for graph log
Tue, 25 Feb 2014 10:40:04 -0800 Lucas Moscovicz cmdutil: changed _makegraphlogrevset to _makelogrevset
Thu, 17 Apr 2014 20:01:39 +0200 Mads Kiilerich revlog: backout 514d32de6646 - commonancestors
Thu, 17 Apr 2014 20:01:39 +0200 Mads Kiilerich localrepo: use commonancestorsheads for checking linear heritage in file commit
Thu, 17 Apr 2014 20:01:39 +0200 Mads Kiilerich backout: use commonancestorsheads for checking linear heritage
Thu, 17 Apr 2014 20:01:35 +0200 Mads Kiilerich revlog: introduce commonancestorsheads method
Thu, 17 Apr 2014 19:58:08 +0200 Mads Kiilerich parsers: remove unnecessary gca variable in index_commonancestorsheads
Mon, 24 Feb 2014 22:42:14 +0100 Mads Kiilerich parsers: introduce index_commonancestorsheads
Thu, 17 Apr 2014 19:49:56 +0200 Mads Kiilerich ancestors: extract candidates function as commonancestorsheads
Thu, 17 Apr 2014 14:54:46 +0200 Mads Kiilerich filemerge: better handling of failing remove of temporary files
Thu, 17 Apr 2014 14:54:46 +0200 Mads Kiilerich contrib: remove mergetools.hgrc premerge=False for Beyond Compare and Araxis
Wed, 16 Apr 2014 03:05:00 +0900 FUJIWARA Katsunori obsolete: add '%' specifier to the format string to avoid TypeError at runtime
Wed, 16 Apr 2014 03:05:00 +0900 FUJIWARA Katsunori check-code: detect "% inside _()" when there are leading whitespaces
Wed, 16 Apr 2014 03:05:00 +0900 FUJIWARA Katsunori i18n: fix "% inside _()" problem
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: revert override, install matchfn outside the try/except restoring it
Sun, 28 Apr 2013 13:18:25 +0200 Mads Kiilerich largefiles: simplify revert - use getstandinsstate like other commands do