mercurial/commands.py
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Fri, 12 May 2017 11:20:25 -0700 Martin von Zweigbergk merge with stable
Fri, 05 May 2017 17:09:47 +0200 Pierre-Yves David bundle: introduce an higher level function to write bundle on disk
Thu, 04 May 2017 21:47:03 +0200 Pierre-Yves David bundle: handle compression earlier
Thu, 04 May 2017 21:46:02 +0200 Pierre-Yves David bundle: check changegroup version earlier
Thu, 04 May 2017 21:44:36 +0200 Pierre-Yves David bundle: check lack of revs to bundle before generating the changegroup
Thu, 11 May 2017 17:18:40 +0200 Mads Kiilerich graft: fix graft across merges of duplicates of grafted changes stable
Fri, 05 May 2017 04:41:45 +0530 Pulkit Goyal py3: convert kwargs' keys to str before passing in cmdutil.getcommiteditor
Thu, 04 May 2017 12:48:45 +0200 Pierre-Yves David bundle: factor the 'getchangegroup' out
Thu, 04 May 2017 12:47:27 +0200 Pierre-Yves David bundle: avoid reset of the 'outgoing' variable
Thu, 04 May 2017 12:41:17 +0200 Pierre-Yves David commands: directly 'getchangegroup'
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
less more (0) -3000 -1000 -300 -100 -60 tip