log mercurial/cmdutil.py @ 23772:07309e527df7

age author description
Fri, 17 Oct 2014 09:26:37 -0700 Sean Farley log: use new namespaces api to display names
Tue, 06 Jan 2015 18:18:28 -0600 Matt Mackall merge with stable
Mon, 05 Jan 2015 22:18:55 -0800 Gregory Szorc cmdutil.jsonchangeset: properly compute added and removed files stable
Fri, 21 Nov 2014 16:01:55 -0800 Siddharth Agarwal cmdutil.changeset_printer: explicitly honor all diffopts
Thu, 27 Nov 2014 10:16:56 -0500 Matt Harbison narrowmatcher: propagate the rel() method
Thu, 25 Dec 2014 21:50:35 -0500 Matt Harbison remove: use vfs instead of os.path + match.rel() for filesystem checks
Thu, 25 Dec 2014 21:43:45 -0500 Matt Harbison forget: use vfs instead of os.path + match.rel() for filesystem checks
Sat, 13 Dec 2014 19:44:55 -0500 Matt Harbison subrepo: drop the 'ui' parameter to revert()
Sat, 13 Dec 2014 19:36:50 -0500 Matt Harbison subrepo: drop the 'ui' parameter to removefiles()
Sat, 13 Dec 2014 19:23:30 -0500 Matt Harbison subrepo: drop the 'ui' parameter to forget()
Sat, 13 Dec 2014 14:26:38 -0500 Matt Harbison subrepo: drop the 'ui' parameter to cat()
Mon, 24 Nov 2014 22:27:49 -0500 Matt Harbison commit: propagate --addremove to subrepos if -S is specified (issue3759)
Wed, 26 Nov 2014 15:16:22 -0500 Matt Harbison commit: abort if --addremove is specified, but fails
Sun, 09 Nov 2014 19:57:02 -0500 Matt Harbison scmutil: pass a matcher to scmutil.addremove() instead of a list of patterns
Tue, 09 Dec 2014 13:32:19 -0600 Matt Mackall merge with stable
Mon, 08 Dec 2014 15:41:54 -0800 Durham Goode log: fix log revset instability stable
Fri, 05 Dec 2014 14:27:32 -0800 Durham Goode log: fix log -f slow path to actually follow history stable
Wed, 03 Dec 2014 14:33:29 -0800 John Coomes add: use lexists so that broken symbolic links are added
Tue, 18 Nov 2014 22:13:05 -0800 Siddharth Agarwal jsonchangeset: don't honor whitespace and format-changing diffopts
Thu, 27 Nov 2014 12:25:01 -0600 Matt Mackall merge with stable
Tue, 25 Nov 2014 19:40:54 -0800 Pierre-Yves David revert: look for copy information for all local modifications stable
Wed, 19 Nov 2014 22:27:55 -0500 Matt Harbison add: check for the existence of a file matched inexactly before adding it
Wed, 19 Nov 2014 17:07:27 -0800 Martin von Zweigbergk revert: access status fields by name rather than index
Sun, 16 Nov 2014 00:24:23 -0500 Matt Harbison remove: avoid a bogus warning about no tracked files when removing '.'
Wed, 12 Nov 2014 23:15:20 -0500 Matt Harbison remove: support remove with explicit paths in subrepos
Sat, 15 Nov 2014 21:36:19 -0500 Matt Harbison remove: recurse into subrepositories with --subrepos/-S flag
Sun, 09 Nov 2014 12:31:34 -0500 Matt Harbison remove: move most of the implementation into cmdutils.remove()
Mon, 10 Nov 2014 14:51:18 -0800 Martin von Zweigbergk add: add back forgotten files even when not matching exactly (BC)
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Tue, 28 Oct 2014 23:05:19 -0400 Matt Harbison amend: abort early if no username is configured with evolve enabled (issue4211) stable