log

age author description
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