Thu, 08 Jan 2015 00:01:03 +0100 Mads Kiilerich branchmap: use revbranchcache when updating branch map
Thu, 08 Jan 2015 00:01:03 +0100 Mads Kiilerich branchcache: introduce revbranchcache for caching of revision branch names
Fri, 09 Jan 2015 22:53:38 +0800 Anton Shestakov hgweb: move archive entries outside of <li> in monoblue style
Fri, 09 Jan 2015 15:24:55 +0800 Anton Shestakov hgweb: add searchhint to templates/coal/map
Tue, 30 Dec 2014 21:12:52 -0500 Matt Harbison largefiles: enable subrepo support for remove
Thu, 08 Jan 2015 21:36:12 -0800 Pierre-Yves David transplant: properly skip empty changeset (issue4423)
Thu, 08 Jan 2015 21:30:22 +0100 Mathias De Maré color: add support for colorizing git subrepo diffs
Thu, 08 Jan 2015 23:33:56 -0500 Matt Harbison tests: fix test-casefolding.t output
Fri, 12 Dec 2014 17:42:14 +0000 Mike Edgar synthrepo: new filenames must not also be new directories, and vice-versa
Thu, 08 Jan 2015 13:29:06 -0800 Martin von Zweigbergk status: don't override _buildstatus() in workingcommitctx
Thu, 08 Jan 2015 13:12:44 -0800 Martin von Zweigbergk status: cache dirstate status in _dirstatestatus()
Thu, 16 Oct 2014 21:49:28 -0700 Sean Farley localrepo: add ignoremissing parameter to branchtip
Mon, 15 Dec 2014 14:46:04 -0800 Sean Farley namespaces: add method to return a list of nodes for a given name
Tue, 21 Oct 2014 19:49:23 -0700 Sean Farley namespaces: add test for log
Fri, 17 Oct 2014 09:26:37 -0700 Sean Farley log: use new namespaces api to display names
Wed, 31 Dec 2014 16:50:19 -0600 Sean Farley tests: add a i18n translation test for log output
Fri, 09 Jan 2015 11:21:29 -0800 Durham Goode filectx: fix annotate to not directly instantiate filectx
Wed, 31 Dec 2014 18:39:41 -0500 Matt Harbison largefiles: don't print files as both large and normal in addremove dryruns
Wed, 31 Dec 2014 18:31:18 -0500 Matt Harbison largefiles: return the list of added files from addlargefiles()
Fri, 28 Nov 2014 21:44:41 -0500 Matt Harbison largefiles: align the output messages for an added file with core methods
Fri, 28 Nov 2014 21:03:44 -0500 Matt Harbison largefiles: align the output messages for a removed file with core methods
Thu, 06 Nov 2014 14:55:18 -0800 Sean Farley revset: use '%' as an operator for 'only'
Tue, 06 Jan 2015 21:56:33 -0800 Gregory Szorc transaction: support for callbacks during abort
Mon, 15 Dec 2014 14:11:19 -0800 Sean Farley debugnamecomplete: use new name api
Fri, 17 Oct 2014 13:41:29 -0700 Sean Farley debugnamecomplete: rename from debuglabelcomplete
Mon, 22 Dec 2014 09:07:37 -0800 Sean Farley namespaces: add __iter__ and iteritems methods
Mon, 15 Dec 2014 14:09:00 -0800 Sean Farley namespaces: add 'listnames' property
Wed, 07 Jan 2015 14:30:40 -0800 Martin von Zweigbergk test-bundle2-exchange: create temp script in $TESTTMP, not $TESTDIR
Wed, 07 Jan 2015 15:55:02 -0500 Augie Fackler manifest: drop withflags() method, which is now unused
Mon, 15 Dec 2014 16:06:04 -0500 Augie Fackler context: use new manifest.diff(clean=True) support
Mon, 15 Dec 2014 16:04:28 -0500 Augie Fackler manifest: add optional recording of clean entries to diff
Mon, 15 Dec 2014 15:33:55 -0500 Augie Fackler context: use manifest.diff() to compute most of status
Wed, 07 Jan 2015 11:02:10 -0800 Martin von Zweigbergk trydiff: replace dodiff=True/'binary' by binarydiff=False/True
Wed, 07 Jan 2015 10:59:40 -0800 Martin von Zweigbergk trydiff: replace 'dodiff = False' by 'continue'
Wed, 07 Jan 2015 08:54:26 -0800 Martin von Zweigbergk trydiff: make addindexmeta() unconditionally add index meta
Wed, 07 Jan 2015 08:46:52 -0800 Martin von Zweigbergk trydiff: remove unused code for git index of "combined diff"
Tue, 06 Jan 2015 22:55:01 -0800 Martin von Zweigbergk diff: remove dead assignment
Fri, 18 Apr 2014 13:33:20 +0200 Mads Kiilerich localrepo: show headline notes in commitctx before showing filenames
Fri, 15 Aug 2014 19:43:32 +0200 Mads Kiilerich bundle: when verbose, show what takes up the space in the generated bundle
Tue, 06 Jan 2015 16:30:52 -0800 Pierre-Yves David setdiscovery: factorize similar sampling code
Tue, 06 Jan 2015 16:30:37 -0800 Pierre-Yves David setdiscovery: drop shadowed 'undecided' assignment
Tue, 06 Jan 2015 20:14:52 -0800 Gregory Szorc hgweb: extract changelist entry generation into own function
Tue, 06 Jan 2015 15:29:02 -0800 Gregory Szorc templates: use CSS classes for diff styling
Tue, 06 Jan 2015 15:21:48 -0800 Gregory Szorc templates: remove unnecessary <span>
Tue, 06 Jan 2015 23:46:18 +0900 FUJIWARA Katsunori revset: introduce new operator "##" to concatenate strings/symbols at runtime
Fri, 28 Nov 2014 19:50:52 -0500 Matt Harbison largefiles: pass a matcher instead of a raw file list to removelargefiles()
Sat, 03 Jan 2015 17:50:21 +0800 Anton Shestakov hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904)
Sun, 21 Dec 2014 14:34:07 -0800 Sean Farley namespaces: remove templatename method on the namespaces object
Sun, 21 Dec 2014 14:04:20 -0800 Sean Farley namespaces: remove names method on the namespaces object
Sun, 21 Dec 2014 14:01:52 -0800 Sean Farley templatekw: update namespace calls
Sun, 21 Dec 2014 13:56:32 -0800 Sean Farley namespaces: add __getitem__ property
Tue, 06 Jan 2015 18:18:28 -0600 Matt Mackall merge with stable
Mon, 05 Jan 2015 22:18:55 -0800 Gregory Szorc cmdutil.jsonchangeset: properly compute added and removed files stable
Wed, 31 Dec 2014 18:18:56 -0500 Matt Harbison largefiles: convert addlargefiles() to vfs
Sun, 04 Jan 2015 01:29:07 +0100 Mads Kiilerich rebase: clarify comment about merge ancestor when rebasing merges
Mon, 05 Jan 2015 17:12:04 -0800 Martin von Zweigbergk status: don't list files as both clean and deleted
Mon, 05 Jan 2015 16:52:12 -0800 Martin von Zweigbergk status: don't list files as both removed and deleted
Tue, 06 Jan 2015 11:23:38 -0800 Pierre-Yves David revset-filelog: handle hidden linkrev for file missing for head (issue4490)
Thu, 27 Nov 2014 02:04:30 +0100 Mads Kiilerich run-tests: automatically add (glob) to "saved backup bundle to" lines
Mon, 05 Jan 2015 15:00:02 -0800 Pierre-Yves David transaction: use the right location when cleaning up backup file (issue4479)
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip