log hgext/narrow/narrowcommands.py @ 49732:0058c74d7f72

age author description
Fri, 02 Dec 2022 06:38:03 +0100 Pierre-Yves David path: pass `path` to `peer` in narrow
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 02 Aug 2021 08:05:13 -0400 Valentin Gatien-Baron store: return just one filename in walk functions
Thu, 08 Jul 2021 18:51:45 +0200 Pierre-Yves David narrow: update narrow spec within a dirstate.parentchange context
Tue, 20 Apr 2021 11:22:35 -0700 Martin von Zweigbergk narrow: add more status messages when narrowing
Tue, 20 Apr 2021 10:24:03 -0700 Martin von Zweigbergk narrow: add progress-reporting when looking for local changes in `hg tracked`
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Wed, 14 Apr 2021 11:18:48 +0200 Pierre-Yves David narrow: use `get_unique_pull_path`
Mon, 12 Apr 2021 06:34:54 +0200 Pierre-Yves David urlutil: extract `parseurl` from `hg` into the new module
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Tue, 06 Apr 2021 10:38:03 +0200 Pierre-Yves David store: also return some information about the type of file `walk` found
Mon, 15 Feb 2021 14:48:36 -0500 Valentin Gatien-Baron sshpeer: enable+fix warning about sshpeers not being closed explicitly
Wed, 03 Feb 2021 13:55:58 -0800 Martin von Zweigbergk narrow: add --no-backup option for narrowing
Wed, 18 Nov 2020 23:37:09 -0800 Martin von Zweigbergk errors: raise more specifc errors from narrowcommands
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly