log

age author description
Tue, 07 Mar 2017 14:11:44 -0800 Durham Goode rebase: move storestatus onto rebaseruntime
Tue, 07 Mar 2017 14:19:08 -0800 Durham Goode rebase: clear updatestate during rebase --abort in more cases
Wed, 08 Mar 2017 00:49:15 +0530 Pulkit Goyal repoview: convert attribute names to unicodes on Python 3
Wed, 08 Mar 2017 00:45:19 +0530 Pulkit Goyal parsers: alias long to int on Python 3
Wed, 08 Mar 2017 00:40:15 +0530 Pulkit Goyal store: slice over a bytestring to get characters instead of ascii values
Thu, 02 Mar 2017 13:27:42 +0100 Pierre-Yves David vfs: use 'vfs' module directly in 'mercurial.hg'
Wed, 01 Mar 2017 11:00:12 +0100 Pierre-Yves David vfs: extract 'vfs' class and related code to a new 'vfs' module (API)
Thu, 02 Mar 2017 03:52:36 +0100 Pierre-Yves David vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
Tue, 07 Mar 2017 12:52:00 -0800 Durham Goode fsmonitor: remove use of repo.opener
Tue, 28 Feb 2017 15:19:08 +0100 Kim Alvefur help: align description of 'base rev' with reality [issue5488]
Wed, 01 Mar 2017 18:37:34 -0800 Kyle Lippincott help: fix internals.changegroups
Fri, 03 Mar 2017 00:11:51 +0900 Yuya Nishihara share: drop 'relshared' requirement as well
Fri, 03 Mar 2017 00:11:18 +0900 Yuya Nishihara share: fix typo to drop 'shared' requirement on unshare
Fri, 03 Mar 2017 02:57:06 +0900 FUJIWARA Katsunori similar: compare between actual file contents for exact identity
Thu, 02 Mar 2017 21:49:30 -0800 Jun Wu localrepo: handle rename with hardlinks properly
Wed, 01 Mar 2017 18:21:06 -0800 Jun Wu dirstate: avoid unnecessary load+dump during backup
Wed, 01 Mar 2017 17:59:21 -0800 Jun Wu dirstate: try to use hardlink to backup dirstate
Sun, 05 Mar 2017 16:20:07 -0800 Durham Goode dirstate: track updated files to improve write time
Mon, 06 Mar 2017 03:09:15 -0800 Simon Farnsworth hook: give exthooks tags for blocking time
Mon, 06 Mar 2017 03:19:40 -0800 Simon Farnsworth filemerge: tag merge tool for blocked times
Mon, 06 Mar 2017 03:27:52 -0800 Simon Farnsworth hgk: set a blocked tag when the user invokes view
Mon, 06 Mar 2017 03:27:41 -0800 Simon Farnsworth transplant: set a blockedtag when invoking external filter
Mon, 06 Mar 2017 03:27:24 -0800 Simon Farnsworth config: set blockedtag when invoking configuration edit
Mon, 06 Mar 2017 03:26:30 -0800 Simon Farnsworth bisect: set a blockedtag when running the check command
Mon, 06 Mar 2017 03:25:44 -0800 Simon Farnsworth dispatch: set a blockedtag when running an external alias
Mon, 06 Mar 2017 03:25:29 -0800 Simon Farnsworth patch: set a blockedtag when running an external filter
Mon, 06 Mar 2017 03:25:09 -0800 Simon Farnsworth sshpeer: set a blockedtag when starting ssh
Mon, 06 Mar 2017 14:11:21 +0100 Denis Laxalde revert: always display hunks reversed when reverting to parent
Fri, 03 Mar 2017 14:08:20 +0100 Pierre-Yves David fileset: add a 'status(...)' predicate to control evaluation context
Fri, 03 Mar 2017 14:08:06 +0100 Pierre-Yves David fileset: allow to specify a basectx for status