log

age author description
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall checkexec: fix VFAT tempfile droppings with more modern Linux kernels
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: use proper locking when updating bisect.state
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: remove class
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: keep history of all bad revisions
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: use more standard command syntax and help
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: move reporting out of core bisect function
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall bisect: add skip command
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: simplify state handling and init
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove unused imports
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: rename autobad/good/next
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: slightly improve the help message
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove stale test function
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: use array.array rather than lists for ancestor lists
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: switch individual ancestor lists from dict to list
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: turn ancestors into an array
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: greatly simplify the ancestor accumulating loop
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: switch to rev-based calculation
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: fix up node vs rev naming
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: clarify some bisection code
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: inline num_children function
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove usage of sets
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove stop argument to ancestors function
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: use bail_if_changed
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall cmdutil: make bail_if_changed bail on uncommitted merge
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove versionstr
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: simplify lookup
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove redundant clean checks
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: fold in two trivial functions
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall bisect: remove two unused functions
Thu, 27 Dec 2007 23:55:36 -0600 Matt Mackall update test-merge-types