log hgext/sparse.py @ 42273:651f325e4fdd

age author description
Mon, 18 Mar 2019 14:48:49 +0300 Pulkit Goyal debugsparse: abort if the repository is not sparse instead of ui.status()
Sat, 09 Feb 2019 22:50:53 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
Sun, 10 Feb 2019 14:35:36 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments to constructors (API)
Mon, 24 Dec 2018 16:04:52 +0300 Pulkit Goyal sparse: fix debugrebuilddirsate when narrow extension is enabled
Mon, 24 Dec 2018 15:30:39 +0300 Pulkit Goyal sparse: don't enable on clone if it was a narrow clone
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Sun, 20 May 2018 18:41:24 +0530 Pulkit Goyal py3: add r'' prefixes to fix kwargs handling in hgext/sparse.py