log

age author description
Sat, 16 Aug 2014 13:25:45 +0900 Yuya Nishihara localrepo: provide workingctx by integer revision
Sun, 12 Apr 2015 21:52:02 +0900 Yuya Nishihara changeset_printer: change flush() to accept ctx instead of rev
Sat, 04 Jul 2015 17:19:49 +0900 Yuya Nishihara changeset_printer: display wdirrev/wdirnode values for workingctx
Wed, 08 Jul 2015 16:19:09 -0700 Gregory Szorc hg: support for auto sharing stores when cloning
Wed, 08 Jul 2015 16:43:49 -0500 Matt Mackall merge with stable
Wed, 08 Jul 2015 17:07:45 +0900 FUJIWARA Katsunori cmdutil: apply dirstate.normallookup on (maybe partially) committed files
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori cmdutil: put recordfunc invocation into wlock scope for consistency
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori context: write dirstate out explicitly at the end of markcommitted
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori tests: add extension to emulate invoking internalpatch at the specific time
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori cmdutil: remove useless dirstate.normallookup() invocation in revert()
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori merge: remove useless dirstate.normallookup() invocation in applyupdates()
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori context: write dirstate out explicitly after marking files as clean
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori tests: add extension to emulate invoking dirstate.write at the specific time
Wed, 08 Jul 2015 18:05:27 +0100 Eugene Baranov convert: handle copies when converting from Perforce (issue4744)
Wed, 08 Jul 2015 10:31:09 -0700 Durham Goode convert: add config for recording the source name
Wed, 08 Jul 2015 10:29:11 -0700 Durham Goode convert: support multiple specifed revs in git source
Wed, 08 Jul 2015 10:27:43 -0700 Durham Goode convert: add support for specifying multiple revs
Mon, 06 Jul 2015 01:38:37 +0800 Anton Shestakov monoblue: use padding instead of position for text in footer
Mon, 06 Jul 2015 01:22:23 +0800 Anton Shestakov monoblue: don't try to show repo on hgwebdir index page
Fri, 03 Jul 2015 18:10:58 +0100 Eugene Baranov convert: handle deleted files when converting from Perforce (issue4743) stable
Sun, 28 Sep 2014 00:49:36 -0700 Pierre-Yves David bookmarks: change bookmark within a transaction
Wed, 01 Jul 2015 01:09:57 -0700 Pierre-Yves David bookmark: remove the "touch changelog" hack
Mon, 29 Jun 2015 13:44:24 -0700 Durham Goode convert: add config option for disabling ancestor parent checks
Mon, 29 Jun 2015 13:40:20 -0700 Durham Goode convert: add config to not convert tags
Thu, 02 Jul 2015 22:18:21 +0900 Yuya Nishihara templatekw: make {rev} return wdirrev instead of None
Thu, 02 Jul 2015 22:03:06 +0900 Yuya Nishihara changeset_printer: use node.wdirrev to calculate meaningful parentrevs
Mon, 22 Jun 2015 22:05:10 +0900 Yuya Nishihara workingctx: use node.wdirid constant
Mon, 22 Jun 2015 22:01:33 +0900 Yuya Nishihara node: define experimental identifiers for working directory
Sat, 14 Mar 2015 17:58:18 +0900 Yuya Nishihara templatekw: apply manifest template only if ctx.manifestnode() exists
Tue, 07 Jul 2015 19:07:04 -0500 Matt Mackall merge with stable