log

age author description
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)
Fri, 06 Mar 2015 17:00:42 -0600 Matt Mackall manifest: move pure parsing code out of pure
Tue, 13 Jan 2015 14:31:38 -0800 Augie Fackler manifest.c: new extension code to lazily parse manifests
Thu, 05 Mar 2015 22:16:28 -0800 Durham Goode workingctx: use normal dirs() instead of dirstate.dirs()
Thu, 05 Mar 2015 15:52:07 -0600 Matt Mackall merge with stable
Tue, 03 Mar 2015 21:31:16 -0500 Matt Harbison subrepo: only fetch unknown files from git when explicitly requested
Tue, 03 Mar 2015 21:24:16 -0500 Matt Harbison subrepo: always return scmutil.status() from gitsubrepo.status()
Tue, 03 Mar 2015 21:17:29 -0500 Matt Harbison subrepo: explicitly request clean and unknown files in status for git's add
Sun, 01 Mar 2015 18:35:29 -0500 Matt Harbison largefiles: handle logging from outside the repo
Sun, 01 Mar 2015 14:21:54 -0500 Matt Harbison largefiles: don't prefix standin patterns with '.hglf' when logging
Sat, 28 Feb 2015 23:42:38 -0500 Matt Harbison largefiles: teach log to handle patterns
Thu, 05 Mar 2015 13:21:57 -0600 Matt Mackall check-code: allow disabling msys path check
Thu, 08 Jan 2015 23:05:45 +0900 Yuya Nishihara revset: extend fullreposet to make "null" revision magically appears in set
Sat, 10 Jan 2015 18:09:25 +0900 Yuya Nishihara revset: duplicate spanset.__contains__ to fullreposet for modification
Sat, 10 Jan 2015 14:49:50 +0900 Yuya Nishihara revset: have all() filter out null revision
Sat, 10 Jan 2015 16:41:36 +0900 Yuya Nishihara revset: drop unnecessary calls of getall() with empty argument
Wed, 04 Mar 2015 21:47:07 +0900 Yuya Nishihara graphlog: do not bypass commands.log so that -fr works
Wed, 21 Jan 2015 14:45:24 -0800 Mateusz Kwapich histedit: add a config allowing changing histedit rule line length limit
Fri, 06 Mar 2015 00:14:22 +0900 Yuya Nishihara dirstate: make sure rootdir ends with directory separator (issue4557) stable
Wed, 04 Mar 2015 17:24:12 +0100 Alexander Becher i18n-de: fix a typo in the german translation stable
Tue, 03 Mar 2015 17:28:05 -0600 Matt Mackall histedit: fix style of new error message