Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Wed, 13 Jan 2021 16:14:58 +0100 |
Joerg Sonnenberger |
node: introduce nodeconstants class
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sat, 05 Oct 2019 10:29:34 -0400 |
Augie Fackler |
style: run a patched black on a subset of mercurial
|
Sat, 18 Aug 2018 10:06:56 +0900 |
Yuya Nishihara |
node: correct hex representation of pseudo node ids
|
Fri, 17 Aug 2018 15:32:38 -0700 |
Kyle Lippincott |
nodes: expand/comment the magic nodes so they are more easily searchable
|
Sun, 25 Mar 2018 18:31:22 +0900 |
Yuya Nishihara |
node: rename wdirnodes to clarify they are for manifest/filelogs
|
Wed, 14 Feb 2018 21:34:12 -0500 |
Augie Fackler |
node: make bin() be a wrapper instead of just an alias
|
Fri, 19 Aug 2016 18:26:04 +0900 |
Yuya Nishihara |
revlog: add support for partial matching of wdir node id
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
Thu, 10 Nov 2016 02:19:16 -0800 |
Durham Goode |
dirstate: change added/modified placeholder hash length to 20 bytes
|
Thu, 10 Nov 2016 02:17:22 -0800 |
Durham Goode |
dirstate: change placeholder hash length to 20 bytes
|
Sat, 12 Mar 2016 14:04:57 -0800 |
Gregory Szorc |
node: use byte literals to construct nullid and wdirid
|
Mon, 16 Nov 2015 11:23:32 -0800 |
Siddharth Agarwal |
node: add 'nullhex', hex-encoded nullid
|
Sat, 08 Aug 2015 19:43:24 -0700 |
Gregory Szorc |
node: use absolute_import
|
Mon, 22 Jun 2015 22:01:33 +0900 |
Yuya Nishihara |
node: define experimental identifiers for working directory
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sun, 26 Apr 2009 01:13:08 +0200 |
Martin Geisler |
put license and copyright info into comment blocks
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
manifest: speed up creation of the manifestdict
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Sun, 29 Oct 2006 10:53:51 +0100 |
Thomas Arendsen Hein |
Define and use nullrev (revision of nullid) instead of -1.
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
Tue, 20 Jun 2006 23:58:21 -0700 |
Vadim Gelfer |
use demandload more.
|
Mon, 14 Nov 2005 03:59:35 +0200 |
twaldmann |
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
|
Sat, 27 Aug 2005 14:43:20 -0700 |
mpm |
Move hash function back to revlog from node
|
Sat, 27 Aug 2005 14:21:25 -0700 |
mpm |
Break apart hg.py
|