tests/test-context.py
Sun, 29 May 2022 12:28:31 +0200 Manuel Jacob cleanup: remove import of already imported module
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 19 Jul 2021 06:44:08 +0200 Pierre-Yves David test: use `set_tracked` in `test-context`
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 19 Jul 2017 13:17:49 -0700 Martin von Zweigbergk tests: rename "u" to more usual "ui" in test-context.py
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Wed, 11 Jul 2018 12:36:37 -0400 Augie Fackler tests: add missing b prefix in test-context.py
Fri, 06 Jul 2018 21:49:25 +0900 Yuya Nishihara diffutil: move the module out of utils package
Fri, 06 Jul 2018 21:41:36 +0900 Yuya Nishihara diffutil: remove diffopts() in favor of diffallopts()
Sat, 23 Jun 2018 13:26:23 +0100 Boris Feld tests: update test-context.py to use diffopts as diff argument
Tue, 22 May 2018 15:02:52 +0200 Boris Feld context: explicitly take diffopts in `context.diff` (API)
Fri, 27 Apr 2018 11:50:24 -0400 Augie Fackler tests: port test-context.py to Python 3
Tue, 03 Apr 2018 09:12:15 -0700 Martin von Zweigbergk tests: remove dependence on repo.changectx()
Mon, 05 Mar 2018 12:30:20 -0500 Augie Fackler cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
Mon, 11 Dec 2017 09:27:40 -0800 Martin von Zweigbergk memfilectx: make changectx argument mandatory in constructor (API)
Mon, 21 Aug 2017 21:35:06 -0700 Sean Farley merge with stable
Sat, 12 Aug 2017 14:24:25 +0200 Tristan Seligmann hg: tolerate long vs. int in test-context.py stable
Wed, 19 Jul 2017 13:34:06 -0700 Martin von Zweigbergk repo: skip invalidation of changelog if it has 'delayed' changes (API)
Thu, 25 May 2017 17:06:32 -0700 Jun Wu test-context: add a case demonstrating manifest caching problem
Fri, 03 Mar 2017 16:17:17 +0100 Denis Laxalde test: end printed diff "hunks" with an empty string in test-context.py
Sat, 22 Oct 2016 14:35:10 +0900 Yuya Nishihara ui: factor out ui.load() to create a ui without loading configs (API)
Wed, 20 Apr 2016 19:53:01 +0000 timeless tests: mark test-context.py write as binary
Sun, 03 Apr 2016 19:52:13 +0900 Yuya Nishihara tests: alias ui as uimod in test-context
Sun, 03 Apr 2016 16:34:55 +0300 Robert Stanca py3: lexicographical order imports and print_function in test-context.py
Sun, 03 Apr 2016 06:20:17 +0300 Robert Stanca py3: use absolute_import in test-context.py
Mon, 09 Nov 2015 17:15:36 -0500 Matt Harbison test-context: conditionalize the workingfilectx date printing for Windows
Sun, 18 Jan 2015 02:38:57 +0100 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: override _dirstatestatus in workingcommitctx for correct matching
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: avoid breaking already fixed self._status at ctx.status()
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: make unknown/ignored/clean of cached status empty for equivalence
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: cache self._status correctly at workingctx.status
Mon, 20 Oct 2014 22:08:08 +0900 FUJIWARA Katsunori tests: open file in binary mode to use POSIX end-of-line style anywhere stable
Fri, 13 Jun 2014 15:59:18 -0700 Sean Farley test-context: add test for performing a diff on a memctx
Fri, 13 Jun 2014 15:56:11 -0700 Sean Farley test-context: add test for memctx status
Thu, 15 Aug 2013 16:49:27 -0500 Sean Farley memfilectx: call super.__init__ instead of duplicating code
Thu, 19 May 2011 18:09:25 +0200 Martin Geisler changelog: convert user and desc from local encoding early stable
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
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
Thu, 26 Jun 2008 13:46:29 -0500 Matt Mackall use repo.changectx(None) to get a workingctx
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Sat, 11 Aug 2007 13:17:24 +0200 Thomas Arendsen Hein test-context.py: Don't create second repo instance (fixed since 7b5723c95a82)
Fri, 23 Feb 2007 17:31:00 +0100 Thomas Arendsen Hein Fixed workingfilectx.date() (found by Thomas Waldmann) with test.
less more (0) tip