User Details
User Details
- User Since
- Jun 28 2017, 5:28 PM (186 w, 16 h)
Yesterday
Yesterday
resolve: also detect new :mergediff conflict markers
simplemerge: delete unused find_unconflicted()
Tue, Jan 19
Tue, Jan 19
martinvonz updated the diff for D9835: resolve: also detect new :mergediff conflict markers.
martinvonz added inline comments to D9835: resolve: also detect new :mergediff conflict markers.
martinvonz added a comment to D9832: simplemerge: delete unused find_unconflicted().
martinvonz added a comment to D9832: simplemerge: delete unused find_unconflicted().
Sun, Jan 17
Sun, Jan 17
martinvonz committed rHG82edad33fd81: shelve: move listshelves() to new ShelfDir class, so caller need not pass vfs.
shelve: move listshelves() to new ShelfDir class, so caller need not pass vfs
martinvonz committed rHGeec8899407f4: shelve: also create class representing whole directory of shelves.
shelve: also create class representing whole directory of shelves
shelve: add a method for deleting shelf to new shelf class
shelve: use listshelves() in cleanupoldbackups()
martinvonz committed rHGd3b226b6c8c6: shelve: inline ".patch" constant now that it's only used in the Shelf class.
shelve: inline ".patch" constant now that it's only used in the Shelf class
shelve: replace repo instance in Shelf class by vfs instance
shelve: make listshelves() list shelves in a given vfs
martinvonz committed rHGe33266b916be: shelve: use listdir() instead of readdir() when we don't need stat information.
shelve: use listdir() instead of readdir() when we don't need stat information
martinvonz committed rHGc062874a35db: shelve: don't crash on file with unexpected extension in .hg/shelved/.
shelve: don't crash on file with unexpected extension in .hg/shelved/
shelve: don't include invalid shelves in `hg shelve --list`
martinvonz committed rHGae7a77a7ebc0: shelve: extract some repeated creation of shelf instances to variables.
shelve: extract some repeated creation of shelf instances to variables
martinvonz committed rHG3b08f56c8a11: shelve: teach new shelf class to check if .shelve file exists.
shelve: teach new shelf class to check if .shelve file exists
shelve: move method for creating backup to new shelf class
martinvonz committed rHGd7f763c8c58e: shelve: make gennames() helper generate relative backup paths.
shelve: make gennames() helper generate relative backup paths
shelve: use listshelves() in cleanup function
martinvonz committed rHG0a69f9e640ec: shelve: inline shelvedfile.filename() since there are no callers outside class.
shelve: inline shelvedfile.filename() since there are no callers outside class
martinvonz committed rHGa34607b6d320: shelve: make listshelves() return shelf names instead of filenames.
shelve: make listshelves() return shelf names instead of filenames
martinvonz committed rHG7e300d297547: shelve: move method for getting stat (mtime) to new shelf class.
shelve: move method for getting stat (mtime) to new shelf class
shelve: open patch using new shelf class instead of open()
martinvonz committed rHG58ca94869287: shelve: move function for opening .patch file to new shelf class.
shelve: move function for opening .patch file to new shelf class
shelve: move method for reading .hg to new shelf class
shelve: move method for writing bundle to new shelf class
martinvonz committed rHG157305bf859f: shelve: move method for reading .shelve file to new shelf class.
shelve: move method for reading .shelve file to new shelf class
shelve: move method for writing .shelve to new shelf class
shelve: introduce class representing a shelf
martinvonz committed rHGb2a8ff736ecf: shelve: trust caller of shelvedfile.opener() to check that the file exists.
shelve: trust caller of shelvedfile.opener() to check that the file exists
shelve: raise more specific errors
shelve: remove a bundlerepo method
shelve: rewrite check for unknown shelf to delete
tests: add tests for corrupt .hg/shelved/ directory
martinvonz added a comment to D9697: shelve: rewrite check for unknown shelf to delete.
martinvonz added inline comments to D9601: errors: use detailed exit code 50 for StorageError.
Sat, Jan 16
Sat, Jan 16
martinvonz committed rHG648d44736bd0: shelve: move listshelves() to new ShelfDir class, so caller need not pass vfs.
shelve: move listshelves() to new ShelfDir class, so caller need not pass vfs
martinvonz committed rHG905302072e12: shelve: also create class representing whole directory of shelves.
shelve: also create class representing whole directory of shelves
shelve: add a method for deleting shelf to new shelf class
martinvonz committed rHG5c404d5e00a3: shelve: inline ".patch" constant now that it's only used in the Shelf class.
shelve: inline ".patch" constant now that it's only used in the Shelf class
shelve: use listshelves() in cleanupoldbackups()
shelve: replace repo instance in Shelf class by vfs instance
shelve: make listshelves() list shelves in a given vfs
martinvonz committed rHG8500d6210763: shelve: don't crash on file with unexpected extension in .hg/shelved/.
shelve: don't crash on file with unexpected extension in .hg/shelved/
martinvonz committed rHG851dfb4212fb: shelve: use listdir() instead of readdir() when we don't need stat information.
shelve: use listdir() instead of readdir() when we don't need stat information
shelve: don't include invalid shelves in `hg shelve --list`
martinvonz committed rHG895036bc9653: shelve: teach new shelf class to check if .shelve file exists.
shelve: teach new shelf class to check if .shelve file exists
martinvonz committed rHGc48186bda68b: shelve: extract some repeated creation of shelf instances to variables.
shelve: extract some repeated creation of shelf instances to variables
shelve: move method for creating backup to new shelf class
martinvonz committed rHG976a368a1696: shelve: make gennames() helper generate relative backup paths.
shelve: make gennames() helper generate relative backup paths
shelve: use listshelves() in cleanup function
martinvonz committed rHG99e178fddde4: shelve: inline shelvedfile.filename() since there are no callers outside class.
shelve: inline shelvedfile.filename() since there are no callers outside class
martinvonz committed rHG1d656da3ae4d: shelve: make listshelves() return shelf names instead of filenames.
shelve: make listshelves() return shelf names instead of filenames
martinvonz committed rHG12d8684754e4: shelve: move method for getting stat (mtime) to new shelf class.
shelve: move method for getting stat (mtime) to new shelf class
martinvonz committed rHG9c1d7ce898e7: shelve: move function for opening .patch file to new shelf class.
shelve: move function for opening .patch file to new shelf class
shelve: open patch using new shelf class instead of open()
shelve: move method for reading .hg to new shelf class
shelve: move method for writing bundle to new shelf class
martinvonz committed rHG9cac9747d1c8: shelve: move method for reading .shelve file to new shelf class.
shelve: move method for reading .shelve file to new shelf class
shelve: introduce class representing a shelf
shelve: move method for writing .shelve to new shelf class
shelve: raise more specific errors
martinvonz committed rHGdb2c6ce1d2cf: shelve: trust caller of shelvedfile.opener() to check that the file exists.
shelve: trust caller of shelvedfile.opener() to check that the file exists
shelve: rewrite check for unknown shelf to delete
shelve: remove a bundlerepo method
tests: add tests for corrupt .hg/shelved/ directory
martinvonz added a comment to D9697: shelve: rewrite check for unknown shelf to delete.
martinvonz committed rHG6f3209cd5a38: shelve: also create class representing whole directory of shelves.
shelve: also create class representing whole directory of shelves
martinvonz committed rHG9182177ab0bc: shelve: move listshelves() to new ShelfDir class, so caller need not pass vfs.
shelve: move listshelves() to new ShelfDir class, so caller need not pass vfs
shelve: add a method for deleting shelf to new shelf class
martinvonz committed rHG4d5119d00a2a: shelve: inline ".patch" constant now that it's only used in the Shelf class.
shelve: inline ".patch" constant now that it's only used in the Shelf class
shelve: use listshelves() in cleanupoldbackups()
shelve: make listshelves() list shelves in a given vfs
shelve: replace repo instance in Shelf class by vfs instance
martinvonz committed rHG758eb5757d4c: shelve: use listdir() instead of readdir() when we don't need stat information.
shelve: use listdir() instead of readdir() when we don't need stat information
martinvonz committed rHG5456fef19d6b: shelve: don't crash on file with unexpected extension in .hg/shelved/.
shelve: don't crash on file with unexpected extension in .hg/shelved/
shelve: don't include invalid shelves in `hg shelve --list`
martinvonz committed rHG2a61db691b6b: shelve: extract some repeated creation of shelf instances to variables.
shelve: extract some repeated creation of shelf instances to variables
martinvonz committed rHGf3247b4ba19f: shelve: teach new shelf class to check if .shelve file exists.
shelve: teach new shelf class to check if .shelve file exists