Wed, 26 Feb 2020 10:48:56 -0800 |
Martin von Zweigbergk |
tests: use new, use-case-specific methods from merge module
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Thu, 09 Feb 2017 09:17:40 -0800 |
Martin von Zweigbergk |
update: clarify update() call sites by specifying argument names
|
Wed, 28 Feb 2018 22:03:47 +0530 |
Pulkit Goyal |
py3: make sure we open the file in bytes mode
|
Wed, 28 Feb 2018 22:03:29 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in tests/test-revlog-ancestry.py
|
Sat, 22 Oct 2016 14:35:10 +0900 |
Yuya Nishihara |
ui: factor out ui.load() to create a ui without loading configs (API)
|
Tue, 05 Apr 2016 23:35:45 +0900 |
Yuya Nishihara |
tests: alias ui as uimod in test-revlog-ancestry/test-ui-verbosity
|
Mon, 04 Apr 2016 05:10:11 +0300 |
Robert Stanca |
py3: use print_function in test-revlog-ancestry.py
|
Mon, 04 Apr 2016 05:09:24 +0300 |
Robert Stanca |
py3: use absolute_import in test-revlog-ancestry.py
|
Mon, 14 Dec 2015 18:54:03 -0500 |
Augie Fackler |
merge: have merge.update use a matcher instead of partial fn
|
Mon, 17 Dec 2012 15:13:51 -0800 |
Siddharth Agarwal |
revlog.ancestors: add support for including revs
|
Fri, 01 Jun 2012 15:44:13 -0700 |
Joshua Redstone |
revlog: add optional stoprev arg to revlog.ancestors()
|
Fri, 01 Jun 2012 12:45:16 -0700 |
Bryan O'Sullivan |
revlog: descendants(*revs) becomes descendants(revs) (API)
|
Fri, 01 Jun 2012 12:37:18 -0700 |
Bryan O'Sullivan |
revlog: ancestors(*revs) becomes ancestors(revs) (API)
|
Mon, 07 Jun 2010 20:03:32 +0200 |
Dirkjan Ochtman |
move working dir/dirstate methods from localrepo to workingctx
|
Sun, 05 Jul 2009 11:01:30 +0200 |
Alejandro Santos |
compat: use open() instead of file() everywhere
|
Sat, 30 May 2009 23:20:30 +0200 |
Martin Geisler |
removed unused imports
|
Thu, 21 Aug 2008 11:35:17 +0200 |
Dirkjan Ochtman |
strip trailing whitespace, replace tabs by spaces
|
Sat, 19 Jul 2008 18:19:50 +0200 |
Stefano Tortarolo |
Add ancestors and descendants to revlog
|