log

age author description
Wed, 07 Jan 2015 00:07:29 -0800 Pierre-Yves David discovery: run discovery on filtered repository
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: check for collisions between alias argument names in the declaration
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: parse alias declaration strictly by _parsealiasdecl
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: introduce "_parsealiasdecl" to parse alias declarations strictly
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: store full detail into revsetalias.error for error source distinction
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: factor out composing error message for ParseError to reuse
Sat, 10 Jan 2015 23:18:11 +0900 FUJIWARA Katsunori revset: make tokenize extensible to parse alias declarations and definitions
Fri, 09 Jan 2015 18:38:02 +0100 Mads Kiilerich largefiles: make linear update set unsure largefiles normal if unchanged
Fri, 09 Jan 2015 18:38:02 +0100 Mads Kiilerich debugdirstate: don't hide date field with --nodate, just show 'set'/'unset'
Fri, 09 Jan 2015 18:38:02 +0100 Mads Kiilerich debugdirstate: simplify date handling after e7ed5d07cc4c used fixed format
Sun, 11 Jan 2015 23:25:23 -0500 Matt Harbison forget: don't report rejected files as forgotten as well
Sun, 11 Jan 2015 23:20:51 -0500 Matt Harbison largefiles: enable subrepo support for forget
Tue, 13 Jan 2015 15:07:08 -0800 Sean Farley namespaces: add revset for 'named(namespace)'
Fri, 09 Jan 2015 10:52:14 -0800 Durham Goode bundles: do not overwrite existing backup bundles (BC)
Mon, 12 Jan 2015 18:01:20 -0700 Alex Orange https: support tls sni (server name indication) for https urls (issue3090)
Wed, 14 Jan 2015 12:50:46 -0800 Matt Mackall merge with stable
Tue, 13 Jan 2015 16:15:02 -0800 Matt Mackall unpacker: check the right exception type for 2.4
Sat, 10 Jan 2015 18:00:57 +0800 Anton Shestakov hgweb: fix diffstat links in paper/changeset.tmpl
Sat, 10 Jan 2015 17:54:24 +0800 Anton Shestakov hgweb: close <img> elements
Sat, 10 Jan 2015 17:52:02 +0800 Anton Shestakov hgweb: close <p> elements
Sat, 10 Jan 2015 17:44:54 +0800 Anton Shestakov hgweb: close <th> properly in spartan/filelogentry.tmpl
Sat, 10 Jan 2015 21:36:42 +0900 Yuya Nishihara revset: simplify fullreposet.__and__ to call sort() with boolean flag
Sat, 10 Jan 2015 21:31:59 +0900 Yuya Nishihara revset: fix spanset.isascending() to honor sort() or reverse() request stable
Tue, 13 Jan 2015 15:08:55 -0500 Augie Fackler hghave: we now support Python 2.7.9's ssl for https
Tue, 13 Jan 2015 14:15:08 -0500 Augie Fackler Makefile.python: try curl if wget fails
Tue, 13 Jan 2015 15:15:37 -0500 Augie Fackler test-https: glob error messages more so we pass on Python 2.7.9
Mon, 12 Jan 2015 09:46:56 -0800 Martin von Zweigbergk filelog: fix backwards comment for 'backrevref'
Mon, 12 Jan 2015 09:49:25 -0800 Martin von Zweigbergk filelog: remove trailing "form feed" character
Mon, 12 Jan 2015 09:48:05 -0800 Martin von Zweigbergk filelog: remove unused variable 'lkr'
Sat, 10 Jan 2015 12:00:03 -0500 Matt Harbison branchmap: add seek() to end of file before calling tell() on append open()