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
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: remove dummy assignments for creating an already existing closure
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: remove silent handling of incorrect invocation of restorematchfn
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: copy override, install matchfn outside the try/except restoring it
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: clarify installmatchfn documentation
Sat, 27 Apr 2013 23:19:52 +0200 Mads Kiilerich largefiles: use more reasonable locking for update
Sat, 27 Apr 2013 23:19:52 +0200 Mads Kiilerich largefiles: full debugdirstate functionality for largefiles
Sat, 27 Apr 2013 23:19:52 +0200 Mads Kiilerich largefiles: make cat on standins do something
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: remove confusing handling of .bad return value - it is void
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich largefiles: fix profile of unused largefilesdirstate._ignore
Tue, 08 Apr 2014 00:48:36 +0200 Mads Kiilerich largefiles: import whole modules instead of importing parts of them
Thu, 18 Apr 2013 18:56:18 +0200 Mads Kiilerich largefiles: update should only create a .orig backup of a largefile once
Mon, 07 Apr 2014 02:12:28 +0200 Mads Kiilerich merge: let manifestmerge emit 'keep' actions when keeping wd version
Sun, 06 Apr 2014 13:39:51 +0200 Mads Kiilerich merge: pass merge ancestor to calculateupdates as a list
Sun, 06 Apr 2014 13:39:51 +0200 Mads Kiilerich merge: move ancestor selection tweaking from manifestmerge to update function
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich match: make it more clear what _roots do and that it ends up in match()._files
Tue, 15 Apr 2014 23:29:19 -0400 Matt Harbison cat: explicitly document the supported formatter rules
Wed, 16 Apr 2014 01:10:08 +0200 Mads Kiilerich convert: backout 81cf597dafa9 and a3545c3104aa -closemap
Wed, 16 Apr 2014 01:09:49 +0200 Mads Kiilerich convert: backout b75a04502ced and 9616b03113ce - tagmap
Tue, 15 Apr 2014 11:53:10 -0400 Pierre-Yves David bundle2: support for push over the wire
Tue, 15 Apr 2014 17:53:52 -0400 Pierre-Yves David httppeer: support for _calltwowaystream
Tue, 15 Apr 2014 17:18:35 -0400 Pierre-Yves David sshpeer: add implementation of _calltwowaystream
Tue, 15 Apr 2014 17:19:46 -0400 Pierre-Yves David wireproto: add a _calltwowaystream method on wirepeer
Tue, 15 Apr 2014 16:49:30 -0400 Pierre-Yves David bundle2: return a bundle20 object from exchanges.unbundle
Tue, 15 Apr 2014 16:42:52 -0400 Pierre-Yves David bundle2: feed a binary stream to `peer.unbundle`
Tue, 15 Apr 2014 15:20:33 -0400 Pierre-Yves David bundle2: allow bundle2 for pulling over the wire
Tue, 15 Apr 2014 11:27:55 -0400 Pierre-Yves David bundle2: return a stream from exchange.getbundle
Tue, 15 Apr 2014 13:57:15 -0400 Pierre-Yves David bundle2: let readbundle return unbundle20
Tue, 15 Apr 2014 13:54:54 -0400 Pierre-Yves David bundle2: make header reading optional
Tue, 15 Apr 2014 13:42:45 -0400 Pierre-Yves David bundle2: prepare readbundle to return more that one type of bundle
Mon, 14 Apr 2014 15:45:30 -0400 Pierre-Yves David bundle2: add a ui argument to readbundle
Mon, 14 Apr 2014 15:33:50 -0400 Pierre-Yves David bundle2: move `readbundle` into the `exchange` module
Mon, 14 Apr 2014 14:46:32 -0400 Pierre-Yves David bundle2: use headerless HG10UN stream in changegroup
Thu, 10 Apr 2014 10:53:43 -0700 Pierre-Yves David bundle2: allow using bundle2 for push
Fri, 11 Apr 2014 06:43:01 -0700 Pierre-Yves David bundle2: add a "check:heads" handler
Sun, 13 Apr 2014 16:36:51 -0400 Pierre-Yves David repoview: make the conversion from node to rev explicit while computing hidden
Sun, 13 Apr 2014 16:39:31 -0400 Pierre-Yves David repoview: drop duplicated lookup
Wed, 16 Apr 2014 09:32:04 -0700 Aaron Jensen hgweb: adding branch, tags, bookmarks, user, and file list to rss feed entries
Wed, 16 Apr 2014 09:31:37 -0700 Aaron Jensen hgweb: adding branch, tags, bookmarks, user, and file list to atom feed entries
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip