mercurial/shelve.py
Fri, 21 Jan 2022 13:49:11 -0800 Martin von Zweigbergk shelve: attempt to make merge labels more helpful
Fri, 18 Jun 2021 14:17:43 -0700 Martin von Zweigbergk shelve: don't swallow errors that happen when reverting the working copy
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Tue, 30 Mar 2021 02:32:30 +0200 Joerg Sonnenberger refactor: prefer checks against nullrev over nullid
Sat, 06 Mar 2021 15:08:22 -0500 Matt Harbison shelve: fix conversion of exceptions to strings flagged by pytype
Mon, 18 May 2020 17:29:53 -0400 Augie Fackler cleanup: use mergestate.unresolvedcount() instead of bool(list(unresolved()))
Tue, 12 Jan 2021 09:11:15 -0800 Martin von Zweigbergk shelve: move listshelves() to new ShelfDir class, so caller need not pass vfs
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
Fri, 08 Jan 2021 23:08:37 -0800 Martin von Zweigbergk shelve: don't crash on file with unexpected extension in .hg/shelved/
Mon, 11 Jan 2021 09:26:48 -0800 Martin von Zweigbergk shelve: don't include invalid shelves in `hg shelve --list`
Thu, 07 Jan 2021 23:32:19 -0800 Martin von Zweigbergk shelve: extract some repeated creation of shelf instances to variables
Thu, 07 Jan 2021 23:18:24 -0800 Martin von Zweigbergk shelve: teach new shelf class to check if .shelve file exists
Thu, 07 Jan 2021 22:45:17 -0800 Martin von Zweigbergk shelve: move method for creating backup to new shelf class
Thu, 07 Jan 2021 23:09:04 -0800 Martin von Zweigbergk shelve: make gennames() helper generate relative backup paths
Thu, 07 Jan 2021 22:38:19 -0800 Martin von Zweigbergk shelve: use listshelves() in cleanup function
Thu, 07 Jan 2021 16:08:30 -0800 Martin von Zweigbergk shelve: inline shelvedfile.filename() since there are no callers outside class
Thu, 07 Jan 2021 15:24:46 -0800 Martin von Zweigbergk shelve: make listshelves() return shelf names instead of filenames
Thu, 07 Jan 2021 14:54:56 -0800 Martin von Zweigbergk shelve: move method for getting stat (mtime) to new shelf class
Thu, 07 Jan 2021 15:24:15 -0800 Martin von Zweigbergk shelve: open patch using new shelf class instead of open()
Thu, 07 Jan 2021 14:48:57 -0800 Martin von Zweigbergk shelve: move function for opening .patch file to new shelf class
Thu, 07 Jan 2021 13:57:21 -0800 Martin von Zweigbergk shelve: move method for reading .hg to new shelf class
Thu, 07 Jan 2021 11:25:39 -0800 Martin von Zweigbergk shelve: move method for writing bundle to new shelf class
Thu, 07 Jan 2021 11:28:41 -0800 Martin von Zweigbergk shelve: move method for reading .shelve file to new shelf class
Thu, 07 Jan 2021 11:22:21 -0800 Martin von Zweigbergk shelve: move method for writing .shelve to new shelf class
less more (0) -50 -30 tip