log

age author description
Sun, 25 Jan 2015 02:45:49 -0500 Matt Harbison largefiles: report the source of copied/moved largefiles in status -C
Sun, 08 Mar 2015 00:04:03 -0500 Matt Harbison test-commit-amend: add globs for Windows
Fri, 30 Jan 2015 21:30:40 -0800 Augie Fackler lazymanifest: use a binary search to do an insertion
Mon, 17 Nov 2014 00:00:25 -0500 Augie Fackler context: don't sort manifest entries
Fri, 06 Mar 2015 21:29:47 -0500 Augie Fackler manifest: use custom C implementation of lazymanifest
Sat, 07 Mar 2015 12:04:39 -0500 Augie Fackler manifest: split manifestdict into high-level and low-level logic
Sat, 07 Mar 2015 11:43:12 -0500 Augie Fackler manifest: do parsing inside manifestdict contstructor
Sat, 07 Mar 2015 11:42:05 -0500 Augie Fackler manifest: move parsing functions up in file
Tue, 10 Feb 2015 15:59:12 -0500 Augie Fackler dispatch: offer suggestions of similar-named commands
Mon, 26 Jan 2015 15:43:13 -0500 Augie Fackler dispatch: offer near-edit-distance suggestions for {file,rev}set functions
Mon, 26 Jan 2015 15:52:46 -0500 Augie Fackler test-revset: add tests for missing function output
Mon, 26 Jan 2015 14:32:30 -0500 Augie Fackler revset: use UnknownIdentifier where appropriate
Mon, 26 Jan 2015 14:31:48 -0500 Augie Fackler fileset: use UnknownIdentifier where appropriate
Mon, 26 Jan 2015 14:31:01 -0500 Augie Fackler error: add a new UnknownIdentifier error type
Mon, 24 Nov 2014 16:42:49 -0500 Jordi GutiƩrrez Hermoso log: display closing-branch nodes as "_" (BC)