Tue, 15 Jul 2014 14:49:45 -0700 Siddharth Agarwal match: use util.re.compile instead of util.compilere
Tue, 15 Jul 2014 14:40:43 -0700 Siddharth Agarwal util: move compilere to a class
Tue, 15 Jul 2014 14:35:19 -0700 Siddharth Agarwal util: rename 're' to 'remod'
Wed, 02 Jul 2014 15:47:39 +0200 Pierre-Yves David bundle2-push: drop _pushbundle2extraparts
Wed, 02 Jul 2014 16:10:14 +0200 Pierre-Yves David bundle2-test: use the new way to extend push content
Wed, 02 Jul 2014 15:26:04 +0200 Pierre-Yves David bundle2-push: introduce a list of part generating functions
Wed, 02 Jul 2014 12:55:09 +0200 Pierre-Yves David bundle2-push: move changegroup push validation inside _pushb2ctx
Mon, 07 Jul 2014 12:30:31 +0200 Pierre-Yves David push: use `stepsdone` to control changegroup push through bundle10 or bundle20
Wed, 02 Jul 2014 12:48:54 +0200 Pierre-Yves David push: add a ``pushop.stepsdone`` attribute
Wed, 02 Jul 2014 16:17:54 +0200 Pierre-Yves David bundle2: add a ``bundle20.nbparts`` property
Wed, 02 Jul 2014 11:42:35 +0200 Pierre-Yves David bundle2-push: extract changegroup logic in its own function
Wed, 02 Jul 2014 14:09:24 +0200 Pierre-Yves David bundle2: call _pushbundle2extraparts a bit sooner
Tue, 15 Jul 2014 23:34:13 +0900 FUJIWARA Katsunori templatekw: add 'subrepos' keyword to show updated subrepositories
Tue, 15 Jul 2014 23:34:13 +0900 FUJIWARA Katsunori templatekw: add 'currentbookmark' keyword to show current bookmark easily
Wed, 16 Jul 2014 14:53:03 -0700 Siddharth Agarwal context: extend efficient manifest filtering to when all paths are files
Sat, 12 Jul 2014 00:37:08 -0700 Siddharth Agarwal revset: remove no longer used _missingancestors revset
Sat, 12 Jul 2014 00:31:36 -0700 Siddharth Agarwal revset: replace _missingancestors optimization with only revset
Sat, 28 Jun 2014 01:42:39 +0200 Angel Ezquerra tags: introduce _readtaghist function
Fri, 20 Jun 2014 00:42:35 +0900 FUJIWARA Katsunori subrepo: ensure "close()" execution at the end of "_initrepo()"
Fri, 20 Jun 2014 00:41:31 +0900 FUJIWARA Katsunori subrepo: add test whether "[paths]" is configured correctly at subrepo creation
Fri, 20 Jun 2014 00:21:19 +0900 FUJIWARA Katsunori subrepo: ensure "close()" execution at the end of "_cachestorehash()"
Fri, 20 Jun 2014 00:21:19 +0900 FUJIWARA Katsunori subrepo: ensure "close()" execution at the end of "_readstorehashcache()"
Fri, 20 Jun 2014 00:21:19 +0900 FUJIWARA Katsunori subrepo: ensure "close()" execution at the end of "_calcfilehash()"
Fri, 20 Jun 2014 00:21:19 +0900 FUJIWARA Katsunori subrepo: ensure "lock.release()" execution at the end of "_cachestorehash()"
Fri, 20 Jun 2014 00:21:19 +0900 FUJIWARA Katsunori subrepo: ensure "lock.release()" execution at the end of "storeclean()"
Mon, 07 Jul 2014 18:45:46 +0900 FUJIWARA Katsunori largefiles: confirm existence of outgoing largefile entities in remote store
Mon, 07 Jul 2014 18:45:46 +0900 FUJIWARA Katsunori largefiles: show also how many data entities are outgoing at "hg outgoing"
Mon, 07 Jul 2014 18:45:46 +0900 FUJIWARA Katsunori largefiles: show also how many data entities are outgoing at "hg summary"
Mon, 07 Jul 2014 18:45:46 +0900 FUJIWARA Katsunori largefiles: add tests for summary/outgoing improved in subsequent patches
Sat, 12 Jul 2014 17:59:03 -0700 Siddharth Agarwal context: generate filtered manifest efficiently for exact matchers
Sat, 12 Jul 2014 17:57:25 -0700 Siddharth Agarwal manifestdict: add a new method to intersect with a set of files
Sat, 12 Jul 2014 18:31:18 -0700 Siddharth Agarwal log: use an exact matcher for --patch --follow
Wed, 16 Jul 2014 17:35:04 -0500 Matt Mackall merge with stable
Sat, 12 Jul 2014 02:23:17 -0700 Siddharth Agarwal log: make --patch --follow work inside a subdirectory stable
Sat, 12 Jul 2014 20:07:24 +0900 Yuya Nishihara mergetools: add --nofork option to gvimdiff.diffargs for extdiff
Sat, 05 Jul 2014 16:32:28 +0300 anatoly techtonik contrib/vagrant: use Vagrant for running tests on virtual machine
Mon, 14 Jul 2014 18:53:03 -0500 Matt Mackall merge with stable
Sat, 12 Jul 2014 20:44:00 -0700 Siddharth Agarwal log: allow revset for --follow to be lazily evaluated
Mon, 14 Jul 2014 15:42:31 -0700 Siddharth Agarwal parsers: remove unused getintat function
Mon, 14 Jul 2014 17:55:31 -0500 Matt Mackall revset: maintain ordering when subtracting from a baseset (issue4289)
Tue, 15 Jul 2014 00:59:09 +0900 FUJIWARA Katsunori cmdutil: separate building commit text from 'commitforceeditor'
Mon, 14 Jul 2014 23:33:59 +0900 FUJIWARA Katsunori convert: detect removal of ".gitmodules" at git source revisions correctly stable
Mon, 14 Jul 2014 12:44:45 -0500 Matt Mackall templates: escape NUL bytes in jsonescape (issue4303) stable
Sat, 12 Jul 2014 10:52:58 -0700 Gregory Szorc localrepo: document localrepo.hook()
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori filemerge: use 'util.ellipsis' to trim custom conflict markers correctly
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori filemerge: use only the first line of the generated conflict marker for safety
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori progress: use 'encoding.colwidth' to get column width of items correctly
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori progress: use 'encoding.trim' to trim items in output line correctly
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori encoding: add 'leftside' argument into 'trim' to switch trimming side
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori progress: use 'encoding.colwidth' to get column width of output line correctly
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori progress: use 'encoding.trim' to trim output line correctly
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori histedit: use 'util.ellipsis' to trim description of each changesets
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori util: replace 'ellipsis' implementation by 'encoding.trim'
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori encoding: add 'trim' to trim multi-byte characters at most specified columns
Thu, 03 Jul 2014 10:48:37 +0100 Jim Hague bugzilla: stop trying to cache setup across hook invocation stable
Fri, 11 Jul 2014 18:04:51 -0500 Matt Mackall strip: drop -b/--backup option (BC)
Thu, 07 Nov 2013 17:24:14 -0800 Ben Kehoe purge: add options for deleting only files or only directories
Fri, 20 Jun 2014 16:15:38 +0900 FUJIWARA Katsunori shelve: accept '--edit' like other commands creating new changeset
Fri, 20 Jun 2014 16:15:38 +0900 FUJIWARA Katsunori shelve: refactor option combination check to easily add new ones
Wed, 09 Jul 2014 12:30:12 -0500 Matt Mackall merge with stable
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip