Tue, 06 Oct 2015 02:04:06 -0700 Pierre-Yves David extract: simplify parents assignement
Tue, 06 Oct 2015 02:01:53 -0700 Pierre-Yves David patch: move 'extract' return to a dictionnary
Tue, 06 Oct 2015 01:49:04 -0700 Pierre-Yves David patchbomb: add experimental config of a "pullurl" and export it
Mon, 05 Oct 2015 23:17:01 -0700 Pierre-Yves David export: introduce a generic way to add patch header on export
Mon, 05 Oct 2015 00:23:20 -0700 Pierre-Yves David incoming: request a bundle2 when possible (BC)
Mon, 05 Oct 2015 00:18:11 -0700 Pierre-Yves David bundlerepo: indent some code to prepare next patch
Thu, 08 Oct 2015 01:40:21 -0700 Pierre-Yves David bundle2: add a way to just forward the bundle2 stream to another user
Mon, 05 Oct 2015 01:10:49 -0700 Pierre-Yves David bundle2: split parameter retrieval and processing
Mon, 05 Oct 2015 00:14:47 -0700 Pierre-Yves David changegroup: extract the file management part in its own function
Sun, 04 Oct 2015 21:48:19 -0700 Pierre-Yves David unbundle: properly read head modification result from bundle2
Wed, 07 Oct 2015 23:04:31 +0900 Yuya Nishihara revset: strip off "literal:" prefix from bookmark not found error
Wed, 07 Oct 2015 23:00:29 +0900 Yuya Nishihara revset: do not fall through to revspec for literal: branch (issue4838)
Wed, 07 Oct 2015 21:08:14 +0100 Gijs Kruitbosch hgweb: ensure both foreground and background colors are specified (issue4872)
Thu, 08 Oct 2015 23:24:38 +0900 Yuya Nishihara templater: do not pre-evaluate generator keyword at runsymbol (issue4868) stable
Mon, 05 Oct 2015 01:47:33 -0700 Pierre-Yves David merge: drop special parent assignment in the obsolete case
Thu, 01 Oct 2015 20:31:43 -0700 Pierre-Yves David bundle: use bundle2 if repository uses general delta
Thu, 01 Oct 2015 20:21:16 -0700 Pierre-Yves David parsebundletype: add a comment for future generation
Thu, 01 Oct 2015 19:16:00 -0700 Pierre-Yves David bundle: extend the format of --type to support version and compression
Wed, 07 Oct 2015 20:19:20 +0100 Gijs Kruitbosch hgweb: fix border-radius for standards-based browsers
Wed, 07 Oct 2015 21:28:43 -0700 Siddharth Agarwal filemerge: move precheck to before files are written out
Wed, 07 Oct 2015 22:58:52 -0700 Siddharth Agarwal filemerge: move 'merging' output to before file creation
Wed, 07 Oct 2015 21:21:56 -0700 Siddharth Agarwal filemerge.filemerge: make a tuple containing merge paths on disk
Wed, 07 Oct 2015 16:14:57 -0700 Siddharth Agarwal filemerge: switch trymerge boolean to mergetype enum
Wed, 07 Oct 2015 15:13:41 -0700 Siddharth Agarwal filemerge: add some merge types
Thu, 08 Oct 2015 01:41:30 +0900 FUJIWARA Katsunori shelve: restore unshelved dirstate explicitly after aborting transaction
Thu, 08 Oct 2015 01:41:30 +0900 FUJIWARA Katsunori shelve: restore shelved dirstate explicitly after aborting transaction
Thu, 08 Oct 2015 01:41:30 +0900 FUJIWARA Katsunori shelve: add utility to abort current transaction but keep dirstate
Thu, 08 Oct 2015 01:41:30 +0900 FUJIWARA Katsunori dirstate: split write to write changes into files other than .hg/dirstate
Thu, 08 Oct 2015 01:41:30 +0900 FUJIWARA Katsunori bookmarks: use recordchange instead of writing if transaction is active
Wed, 07 Oct 2015 00:27:23 -0700 Siddharth Agarwal filemerge: run symlink check for :merge3
Wed, 07 Oct 2015 00:24:44 -0700 Siddharth Agarwal filemerge: print correct name of tool for symlink checks
Wed, 07 Oct 2015 00:01:16 -0700 Siddharth Agarwal filemerge: normalize 'internal:foo' names to ':foo'
Tue, 06 Oct 2015 22:57:21 -0700 Siddharth Agarwal filemerge: use symlinkcheck for :merge and :union
Tue, 06 Oct 2015 22:56:33 -0700 Siddharth Agarwal filemerge: add a precheck for symlinks
Tue, 06 Oct 2015 22:55:21 -0700 Siddharth Agarwal filemerge: call precheck if available
Tue, 06 Oct 2015 22:54:14 -0700 Siddharth Agarwal filemerge: add a before-merge callback to internal merge tools
Tue, 06 Oct 2015 17:39:13 -0700 Siddharth Agarwal filemerge: indent filemerge.filemerge
Thu, 01 Oct 2015 20:15:00 -0700 Pierre-Yves David test-bundle-type: replace unbundle with debugbundle
Thu, 01 Oct 2015 18:01:24 -0700 Pierre-Yves David bundle: extract the parsing of the bundle type in a function
Thu, 01 Oct 2015 19:14:47 -0700 Pierre-Yves David changegroup: add version argument to getchangegroup
Thu, 01 Oct 2015 19:14:33 -0700 Pierre-Yves David changegroup: add version argument to getlocalchangegroup
Thu, 01 Oct 2015 15:08:00 -0700 Pierre-Yves David shelve: bundle using bundle2 if repository is general delta (issue4862)
Thu, 01 Oct 2015 15:09:32 -0700 Pierre-Yves David shelve: move changegroup generation inside writebundle
Tue, 29 Sep 2015 17:14:30 -0700 Pierre-Yves David shelve: compress on-disk bundle
Wed, 07 Oct 2015 13:44:48 -0500 Matt Mackall merge with stable
Mon, 05 Oct 2015 10:43:16 -0600 Bruce Cran notify: fix fromauthor setting for 'incoming' hook type (issue4194) stable
Mon, 05 Oct 2015 12:37:26 -0400 Matt Harbison templater: protect word() from crashing on out of range negative value stable
Fri, 02 Oct 2015 13:00:47 -0700 Siddharth Agarwal commands: add a new debug command to print merge state
Wed, 30 Sep 2015 21:22:31 -0700 Siddharth Agarwal merge.mergestate: factor out code to validate v1/v2 records
Tue, 06 Oct 2015 13:19:05 -0700 Siddharth Agarwal localrepo: prevent wlock from being inherited when a transaction is running
Tue, 06 Oct 2015 13:13:31 -0700 Siddharth Agarwal lock: add a way to prevent locks from being inherited
Tue, 06 Oct 2015 15:55:50 -0700 Siddharth Agarwal test-fncache: use args/kwargs for lock wrapper
Tue, 06 Oct 2015 15:07:00 -0400 timeless rebase: enable histedit for useful help with it
Tue, 06 Oct 2015 15:01:25 -0400 timeless rebase: suggest help -e histedit
Tue, 06 Oct 2015 15:05:40 -0400 timeless rebase: factor out histedit help command
Sun, 04 Oct 2015 22:35:36 +0900 Yuya Nishihara util: use tuple accessor to get accurate st_mtime value (issue4836)
Sun, 04 Oct 2015 22:25:29 +0900 Yuya Nishihara util: extract stub function to get mtime with second accuracy
Mon, 05 Oct 2015 14:37:59 -0700 Siddharth Agarwal scmutil: add a way for a repo's wlock to be inherited by a subprocess
Mon, 05 Oct 2015 14:34:52 -0700 Siddharth Agarwal scmutil: add a way for a subprocess to be run with an inheritable lock
Mon, 05 Oct 2015 14:27:37 -0700 Siddharth Agarwal localrepo: add a way to get the current wlock if it's held
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip