log hgext/narrow/narrowcommands.py @ 51869:37a079410507 stable tip

age author description
Sat, 16 Dec 2023 10:48:20 -0800 Martin von Zweigbergk narrow: strip trailing `/` from manifest dir before matching it
Sun, 20 Aug 2023 17:05:52 -0400 Matt Harbison narrow: hoist a variable to a higher level to avoid use-before-init warning
Sun, 20 Aug 2023 17:04:17 -0400 Matt Harbison narrow: migrate `opts` to native kwargs
Fri, 03 Feb 2023 04:24:40 +0100 Pierre-Yves David wrapfunction: use sysstr instead of bytes as argument in "narrow"
Wed, 21 Jun 2023 14:00:50 -0400 Jason R. Coombs narrow: indicated the default of 'Yes' when confirming auto-remove-includes
Tue, 16 May 2023 10:43:36 +0200 Pierre-Yves David store: rename `datafiles` to `data_entries`
Mon, 15 May 2023 22:10:04 +0200 Pierre-Yves David store: use the new boolean property in `narrow`
Mon, 15 May 2023 08:59:56 +0200 Pierre-Yves David store: use StoreEntry API instead of parsing filename in narrow
Mon, 15 May 2023 08:56:40 +0200 Pierre-Yves David store: introduce a EntryFile object to actually access file info
Mon, 15 May 2023 08:56:23 +0200 Pierre-Yves David store: use a StoreEntry object instead of tuple for store files
Thu, 23 Feb 2023 00:12:53 +0100 Pierre-Yves David narrow: widden the lock context in `tracking`
Thu, 23 Feb 2023 03:49:29 +0100 Pierre-Yves David narrow: move `only_show` handling sooner in `tracked`
Wed, 25 Jan 2023 19:12:31 +0100 Pierre-Yves David dirstate: rename parentchange to changing_parents
Wed, 25 Jan 2023 18:46:20 +0100 Pierre-Yves David dirstate: pass the repo to the `changeparent` method
Sat, 03 Dec 2022 01:16:22 +0100 Pierre-Yves David bundleoperation: optionnaly record the `remote` that produced the bundle