mercurial/narrowspec.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 15 Feb 2022 13:32:11 -0500 Augie Fackler narrowspec: add timing block for validating narrowspec
Thu, 18 Nov 2021 13:12:40 +0100 Pierre-Yves David status: use filesystem time boundary to invalidate racy mtime
Thu, 14 Oct 2021 08:58:07 -0700 Martin von Zweigbergk narrow: raise StateError when working copy is stale (for detailed exit code)
Mon, 19 Jul 2021 17:33:45 +0200 Pierre-Yves David narrow: stop using `drop` in the `updateworkingcopy`
Mon, 19 Jul 2021 08:44:49 +0200 Pierre-Yves David narrow: use `update_file` instead of `normallookup` after update
Tue, 18 May 2021 13:08:42 -0400 Charles Chamberlain narrow: widen when files are excluded by sparse and not included by narrow
Tue, 23 Feb 2021 22:58:30 -0800 Martin von Zweigbergk narrow: remove assertion about working copy being clean
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sat, 08 Aug 2020 16:24:12 +0530 Pulkit Goyal requirements: introduce new requirements related module
Mon, 03 Aug 2020 14:12:13 +0530 Pulkit Goyal merge: pass mergeresult obj instead of actions in applyupdates() (API)
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Thu, 12 Mar 2020 20:08:05 -0700 Kyle Lippincott tests: remove doctest in narrowspec, it is broken
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it
Mon, 27 May 2019 16:55:46 -0400 Valentin Gatien-Baron merge: fix race that could cause wrong size in dirstate
Fri, 31 May 2019 15:28:31 -0700 Martin von Zweigbergk narrowspec: replace one recursion-avoidance hack with another
Fri, 31 May 2019 09:25:51 -0700 Martin von Zweigbergk narrowspec: use vfs.tryread() instead of reimplementing
Wed, 17 Apr 2019 10:49:11 -0700 Martin von Zweigbergk narrow: also warn when not deleting untracked or ignored files
Thu, 18 Apr 2019 03:05:42 +0530 Martin von Zweigbergk narrow: make warning about possibly dirty files respect ui.relative-paths
Sat, 09 Feb 2019 22:50:53 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
Fri, 18 Jan 2019 23:32:26 -0800 Martin von Zweigbergk narrow: fix crash when restoring backup in legacy repo stable
Sun, 30 Dec 2018 00:15:38 -0800 Martin von Zweigbergk narrow: reuse narrowspec.updateworkingcopy() when narrowing
Sat, 29 Dec 2018 23:01:12 -0800 Martin von Zweigbergk narrow: copy store narrowspec to working copy immediately
Sat, 29 Dec 2018 22:27:39 -0800 Martin von Zweigbergk narrow: make dirstateguard back up and restore working copy narrowspec instead
Sun, 06 Jan 2019 23:37:13 -0800 Martin von Zweigbergk narrow: use merge.ACTION_GET instead of duplicating 'g' constant
Mon, 07 Jan 2019 00:37:46 -0800 Martin von Zweigbergk narrow: drop explicit dirstate write
Fri, 21 Dec 2018 10:13:49 -0800 Martin von Zweigbergk narrow: detect if narrowspec was changed in a different share
Mon, 10 Dec 2018 10:39:48 -0800 Martin von Zweigbergk narrow: keep narrowspec backup in store
Fri, 21 Sep 2018 09:19:42 -0700 Martin von Zweigbergk narrow: extract helper for parsing narrowspec file
Mon, 17 Sep 2018 09:49:28 -0700 Gregory Szorc wireprotov2: advertise recognized path filter prefixes
Wed, 12 Sep 2018 22:15:43 +0900 Yuya Nishihara narrowspec: remove parseserverpatterns() which isn't used anymore
Tue, 11 Sep 2018 15:53:12 -0700 Gregory Szorc narrow: drop support for remote expansion (BC)
Tue, 11 Sep 2018 15:28:41 -0700 Gregory Szorc narrowspec: validate patterns when loading and saving spec file
Tue, 11 Sep 2018 15:25:35 -0700 Gregory Szorc narrowspec: limit patterns to path: and rootfilesin: (BC)
Sat, 25 Aug 2018 22:19:42 +0300 Pulkit Goyal narrowspec: fix a typoed 'supported'
Thu, 02 Aug 2018 14:57:20 -0700 Martin von Zweigbergk narrow: move .hg/narrowspec to .hg/store/narrowspec (BC)
Fri, 03 Aug 2018 13:53:02 -0700 Martin von Zweigbergk narrow: drop checkambig=True when restoring backup
Thu, 02 Aug 2018 14:30:40 -0700 Martin von Zweigbergk narrow: remove a repo file-cache invalidation
Fri, 03 Aug 2018 11:09:41 -0700 Martin von Zweigbergk narrow: call narrowspec.{save,restore,clear}backup directly
Thu, 02 Aug 2018 22:44:41 +0300 Pulkit Goyal narrowspec: remove the unused _parsestoredpatterns() function
Fri, 03 Aug 2018 22:29:04 +0530 Pulkit Goyal narrowspec: use sparse.parseconfig() to parse narrowspec file (BC)
Fri, 03 Aug 2018 10:56:07 -0700 Martin von Zweigbergk narrow: extract part of narrowspec backup to core
Tue, 27 Feb 2018 23:05:39 -0800 Martin von Zweigbergk narrow: remove dependency from narrowspec module to hg module
Mon, 12 Feb 2018 16:21:34 -0800 Gregory Szorc narrowspec: move module into core
less more (0) tip