log mercurial/commands.py @ 32150:282b288aa20c

age author description
Tue, 02 May 2017 23:47:10 -0700 Martin von Zweigbergk changegroup: delete unused 'bundlecaps' argument (API)
Tue, 25 Apr 2017 01:52:30 +0530 Pulkit Goyal py3: handle opts correctly for `hg add`
Mon, 24 Apr 2017 04:32:04 +0530 Pulkit Goyal py3: handle opts correctly for rollback
Fri, 21 Apr 2017 15:04:32 +0530 Pulkit Goyal py3: handle opts correctly for unbundle
Fri, 28 Apr 2017 00:49:30 +0530 Pulkit Goyal py3: make sure opts are passed and used correctly in help command
Wed, 03 May 2017 15:25:06 +0530 Pulkit Goyal py3: handle opts uniformly in commands.py
Wed, 03 May 2017 18:03:38 -0700 Jun Wu annotate: use fctx.isbinary
Wed, 03 May 2017 09:09:44 -0700 Martin von Zweigbergk bisect: allow resetting with unfinished graft/rebase/etc
Tue, 18 Apr 2017 14:51:32 -0700 Matt DeVore log: document the characters ---graph uses to draw stable
Sat, 15 Apr 2017 18:05:40 -0400 Matt Harbison serve: add support for Mercurial subrepositories
Fri, 07 Apr 2017 06:31:50 -0700 Ryan McElroy pull: abort pull --update if config requires destination (issue5528)
Thu, 06 Apr 2017 17:01:58 -0700 Jun Wu bundle: allow bundle command to use changegroup3 in tests
Fri, 07 Apr 2017 13:45:33 +0530 Pulkit Goyal py3: use pycompat.byteskwargs() to convert opts to bytes
Wed, 05 Apr 2017 15:31:08 -0700 Alexander Fomin diff: add --binary option for git mode diffs
Sat, 01 Apr 2017 13:43:52 -0700 Gregory Szorc commands: update help for "unbundle"
Sat, 01 Apr 2017 13:43:43 -0700 Gregory Szorc commands: update help for "bundle"
Sat, 25 Mar 2017 11:30:08 +0100 Denis Laxalde summary: display obsolete state of parents
Sun, 26 Mar 2017 21:40:22 -0700 Jun Wu debugconfig: list environment variables in debug output
Sun, 26 Mar 2017 21:33:37 -0700 Jun Wu rcutil: let environ override system configs (BC)
Sun, 26 Mar 2017 21:04:29 -0700 Jun Wu rcutil: let rccomponents return different types of configs (API)
Sun, 26 Mar 2017 20:48:00 -0700 Jun Wu rcutil: rename rcpath to rccomponents (API)
Sun, 26 Mar 2017 20:18:42 -0700 Jun Wu rcutil: move scmutil.*rcpath to rcutil (API)
Mon, 27 Mar 2017 16:00:34 +0200 Pierre-Yves David tags: use the 'tag' function from the 'tags' module in the 'tag' command
Tue, 21 Mar 2017 17:50:44 -0700 Martin von Zweigbergk status: support commands.status.relative config
Tue, 21 Mar 2017 21:26:52 -0700 Martin von Zweigbergk plain: ignore [commands] config
Tue, 14 Mar 2017 17:43:18 -0700 Ryan McElroy update: add flag to require update destination
Sun, 19 Mar 2017 01:20:08 -0400 Augie Fackler commit: keep opts as byteskwargs as much as possible
Tue, 14 Mar 2017 18:23:59 +0900 Yuya Nishihara py3: convert log opts to bytes-key dict
Tue, 14 Mar 2017 18:16:13 +0900 Yuya Nishihara graphlog: pass function arguments without expansion
Fri, 17 Mar 2017 19:12:22 +0530 Rishabh Madan py3: change explicit conversion of config value from str to pycompat.bytestr
Thu, 16 Mar 2017 09:13:13 +0530 Pulkit Goyal py3: make sure using bytes status char rather than ascii values
Thu, 16 Mar 2017 14:15:20 -0700 Jun Wu commit: get rid of ui.backupconfig
Thu, 16 Mar 2017 10:10:00 +0530 Pulkit Goyal py3: convert opts back to bytes for status
Mon, 13 Mar 2017 11:19:24 -0700 Martin von Zweigbergk heads: enable pager
Mon, 13 Mar 2017 11:03:59 -0700 Martin von Zweigbergk branches: enable pager
Sun, 12 Mar 2017 00:51:00 -0500 Augie Fackler files: use native string type to load rev opt from dict
Sat, 11 Mar 2017 20:58:26 -0500 Augie Fackler summary: don't explicitly str() something we're about to %s
Wed, 08 Mar 2017 16:53:17 -0800 Pierre-Yves David commands: directly use repo.vfs.join
Sat, 11 Mar 2017 11:02:25 -0800 Mads Kiilerich vfs: use repo.vfs.unlinkpath
Mon, 06 Mar 2017 03:27:24 -0800 Simon Farnsworth config: set blockedtag when invoking configuration edit
Mon, 06 Mar 2017 03:26:30 -0800 Simon Farnsworth bisect: set a blockedtag when running the check command
Sat, 25 Feb 2017 17:08:42 +0900 Yuya Nishihara branches: populate all template keywords in formatter
Mon, 13 Feb 2017 12:58:37 -0800 Martin von Zweigbergk update: accept --merge to allow merging across topo branches (issue5125)
Tue, 21 Feb 2017 20:04:55 +0100 Pierre-Yves David color: update main documentation
Sat, 25 Feb 2017 19:44:23 +0100 Pierre-Yves David color: add a 'ui.color' option to control color behavior
Tue, 21 Feb 2017 18:09:21 +0100 Pierre-Yves David color: add the definition of '--color' in core
Wed, 22 Feb 2017 18:26:12 -0800 Jun Wu serve: mark --stdio and --cmdserver as "(ADVANCED)" flags
Tue, 21 Feb 2017 14:17:31 -0500 Augie Fackler help: move rst formatting of help documents into help.py
Tue, 21 Feb 2017 11:06:02 -0500 Augie Fackler outgoing: avoid running pager until we're actually showing changes
Tue, 21 Feb 2017 10:53:13 -0500 Augie Fackler incoming: delay pager activation until right before printing changes
Mon, 06 Feb 2017 23:08:49 -0500 Augie Fackler version: enable pager if --verbose is specified
Mon, 06 Feb 2017 23:07:16 -0500 Augie Fackler tags: enable pager
Mon, 06 Feb 2017 23:06:59 -0500 Augie Fackler summary: enable pager
Mon, 06 Feb 2017 23:06:32 -0500 Augie Fackler status: enable pager
Mon, 06 Feb 2017 23:06:10 -0500 Augie Fackler resolve: enable pager
Mon, 06 Feb 2017 23:06:01 -0500 Augie Fackler paths: enable pager
Mon, 06 Feb 2017 23:04:44 -0500 Augie Fackler outgoing: enable pager
Mon, 06 Feb 2017 23:04:26 -0500 Augie Fackler manifest: enable pager
Mon, 06 Feb 2017 23:04:10 -0500 Augie Fackler locate: enable pager
Mon, 06 Feb 2017 23:03:48 -0500 Augie Fackler incoming: enable pager
Mon, 06 Feb 2017 23:09:21 -0500 Augie Fackler help: enable pager
Mon, 06 Feb 2017 23:09:15 -0500 Augie Fackler grep: enable pager
Mon, 06 Feb 2017 23:02:48 -0500 Augie Fackler files: enable pager
Mon, 06 Feb 2017 23:01:42 -0500 Augie Fackler config: activate pager if not starting an editor
Mon, 06 Feb 2017 22:59:25 -0500 Augie Fackler log: migrate to modern pager API
Mon, 06 Feb 2017 22:58:54 -0500 Augie Fackler export: migrate to modern pager API
Mon, 06 Feb 2017 22:58:26 -0500 Augie Fackler diff: migrate to modern pager API
Mon, 06 Feb 2017 22:57:52 -0500 Augie Fackler cat: migrate to modern pager API
Sun, 19 Feb 2017 15:09:41 -0500 Augie Fackler annotate: start pager after we're sure we wont abort
Sun, 19 Feb 2017 18:19:33 +0900 Yuya Nishihara revset: split language services to revsetlang module (API)
Sat, 18 Feb 2017 18:00:01 +0900 Yuya Nishihara help: add pointer how to narrow list of resolved/unresolved files (issue5469)
Mon, 06 Feb 2017 22:52:47 -0500 Augie Fackler annotate: migrate to modern pager API
Wed, 15 Feb 2017 17:47:57 -0500 Augie Fackler pager: move more behavior into core
Mon, 13 Feb 2017 15:04:46 -0800 Martin von Zweigbergk update: clarify that -C and -c are mutually exclusive
Mon, 13 Feb 2017 11:58:02 -0800 Martin von Zweigbergk update: move check for dirty wdir into hg.updatetotally()
Thu, 02 Feb 2017 10:07:53 +0100 Pierre-Yves David debugcommands: move 'debugwireargs' in the new module
Thu, 02 Feb 2017 10:07:28 +0100 Pierre-Yves David debugcommands: move 'debugwalk' in the new module
Thu, 02 Feb 2017 10:06:01 +0100 Pierre-Yves David debugcommands: move 'debugtemplate' in the new module
Thu, 02 Feb 2017 10:05:22 +0100 Pierre-Yves David debugcommands: move 'debugsuccessorssets' in the new module
Thu, 02 Feb 2017 10:04:55 +0100 Pierre-Yves David debugcommands: move 'debugsub' in the new module
Thu, 02 Feb 2017 10:04:34 +0100 Pierre-Yves David debugcommands: move 'debugstate' in the new module
Thu, 02 Feb 2017 10:04:02 +0100 Pierre-Yves David debugcommands: move 'debugsetparents' in the new module
Thu, 02 Feb 2017 10:03:31 +0100 Pierre-Yves David debugcommands: move 'debugrevspec' in the new module
Thu, 02 Feb 2017 10:02:40 +0100 Pierre-Yves David debugcommands: move 'debugrevlog' in the new module
Thu, 02 Feb 2017 10:01:54 +0100 Pierre-Yves David debugcommands: move 'debugrename' in the new module
Thu, 02 Feb 2017 10:01:00 +0100 Pierre-Yves David debugcommands: move 'debugrebuildfncache' in the new module
Thu, 02 Feb 2017 10:00:26 +0100 Pierre-Yves David debugcommands: move 'debugrebuilddirstate' in the new module
Thu, 02 Feb 2017 09:59:47 +0100 Pierre-Yves David debugcommands: move 'debugpvec' in the new module
Wed, 01 Feb 2017 17:48:30 +0100 Pierre-Yves David debugcommands: move 'debugpushkey' in the new module
Wed, 01 Feb 2017 17:47:35 +0100 Pierre-Yves David debugcommands: move 'debugpathcomplete' in the new module
Wed, 01 Feb 2017 17:46:21 +0100 Pierre-Yves David debugcommands: move 'debugobsolete' in the new module
Wed, 01 Feb 2017 17:42:49 +0100 Pierre-Yves David debugcommands: move 'debuglocks' in the new module
Wed, 01 Feb 2017 17:41:12 +0100 Pierre-Yves David debugcommands: move 'debugnamecomplete' in the new module
Wed, 01 Feb 2017 17:40:20 +0100 Pierre-Yves David debugcommands: move 'debugmergestate' in the new module
Wed, 01 Feb 2017 17:39:31 +0100 Pierre-Yves David debugcommands: move 'debuglabelcomplete' in the new module
Wed, 01 Feb 2017 17:33:46 +0100 Pierre-Yves David debugcommands: move 'debugknown' in the new module
Wed, 01 Feb 2017 17:31:05 +0100 Pierre-Yves David debugcommands: extract debuginstall in the debugcommands module
Mon, 13 Feb 2017 09:44:16 -0800 Martin von Zweigbergk merge with stable
Sun, 12 Feb 2017 02:23:33 +0900 FUJIWARA Katsunori misc: update year in copyright lines stable
Fri, 10 Feb 2017 15:26:03 -0800 Martin von Zweigbergk import: mention "stdin" (abbreviated) and add example
Tue, 07 Feb 2017 22:47:24 +0530 Pulkit Goyal py3: convert os.__file__ to bytes
Sun, 16 Oct 2016 17:28:51 +0900 Yuya Nishihara smartset: move set classes and related functions from revset module (API)
Sun, 05 Feb 2017 18:57:19 +0900 Yuya Nishihara help: show section that couldn't be found
Wed, 18 Jan 2017 03:44:19 +0530 Pulkit Goyal help: update help for `hg update` which was misleading (issue5427)
Thu, 12 Jan 2017 12:05:23 -0800 Martin von Zweigbergk bisect: refer directly to bisect() revset predicate in help
Thu, 12 Jan 2017 11:52:05 -0800 Martin von Zweigbergk help: remove now-redundant pointer to revsets help
Sat, 24 Dec 2016 15:21:46 -0700 Gregory Szorc wireproto: advertise supported media types and compression formats
Tue, 10 Jan 2017 11:20:32 -0800 Gregory Szorc commands: config option to control bundle compression level
Sat, 07 Jan 2017 12:24:15 +0100 Denis Laxalde summary: use ui.label and join to write evolution troubles
Fri, 06 Jan 2017 14:35:22 +0100 Denis Laxalde summary: add evolution "troubles" information to summary output
Fri, 06 Jan 2017 14:34:34 +0100 Denis Laxalde summary: use the same labels as log command in "parent: " line
Sun, 25 Dec 2016 03:06:55 +0530 Pulkit Goyal py3: have a bytes version of shlex.split()
Tue, 20 Dec 2016 00:20:07 +0530 Pulkit Goyal py3: replace sys.executable with pycompat.sysexecutable
Mon, 19 Dec 2016 02:15:24 +0530 Pulkit Goyal py3: replace sys.platform with pycompat.sysplatform (part 1 of 2)
Sun, 23 Oct 2016 17:47:00 +0900 Yuya Nishihara ui: do not translate empty configsource() to 'none' (API)
Sat, 17 Dec 2016 19:56:30 +0530 Pulkit Goyal py3: replace os.sep with pycompat.ossep (part 1 of 4)
Sat, 17 Dec 2016 19:36:40 +0530 Pulkit Goyal py3: use %d instead of %s for integers
Wed, 17 Aug 2016 21:01:02 -0700 Gregory Szorc debugcommands: move 'debugdeltachain' in the new module
Wed, 17 Aug 2016 21:00:11 -0700 Gregory Szorc debugcommands: move 'debugindex' and 'debugindexdot' in the new module
Wed, 17 Aug 2016 20:59:13 -0700 Gregory Szorc debugcommands: move 'debugignore' in the new module