log mercurial/archival.py @ 41631:3d9d5e612e67

age author description
Thu, 07 Feb 2019 10:20:57 -0800 Martin von Zweigbergk subrepo: adjust subrepo prefix before calling subrepo.archive() (API)
Sun, 13 Jan 2019 14:26:11 +0900 Yuya Nishihara archival: construct progress helper through ui.makeprogress()
Tue, 05 Sep 2017 15:24:25 -0700 Martin von Zweigbergk archive: use manifest.matches() to simplify and speed up matching
Tue, 05 Sep 2017 15:24:22 -0700 Martin von Zweigbergk archive: create alwaysmatcher when no matcher provided
Tue, 05 Sep 2017 15:21:21 -0700 Martin von Zweigbergk archive: change "matcnfn" argument to a real matcher
Sat, 13 Oct 2018 07:51:22 -0400 Augie Fackler archival: don't try and fsdecode non-{bytes,str} objects
Wed, 26 Sep 2018 22:17:34 -0700 Martin von Zweigbergk repo: look up nullrev context by revnum, not symbolic name