Mercurial > hg
log
age | author | description |
---|---|---|
Tue, 12 Jan 2021 09:02:47 -0800 | Martin von Zweigbergk | shelve: also create class representing whole directory of shelves |
Mon, 11 Jan 2021 23:08:37 -0800 | Martin von Zweigbergk | shelve: add a method for deleting shelf to new shelf class |
Mon, 11 Jan 2021 10:53:42 -0800 | Martin von Zweigbergk | shelve: inline ".patch" constant now that it's only used in the Shelf class |
Mon, 11 Jan 2021 23:06:45 -0800 | Martin von Zweigbergk | shelve: use listshelves() in cleanupoldbackups() |
Mon, 11 Jan 2021 23:02:20 -0800 | Martin von Zweigbergk | shelve: make listshelves() list shelves in a given vfs |
Tue, 12 Jan 2021 08:07:59 -0800 | Martin von Zweigbergk | shelve: replace repo instance in Shelf class by vfs instance |
Mon, 11 Jan 2021 10:35:52 -0800 | Martin von Zweigbergk | shelve: use listdir() instead of readdir() when we don't need stat information |