log mercurial/commands.py @ 21552:61151f429a5f

age author description
Mon, 19 May 2014 01:53:34 +0200 Mads Kiilerich update: introduce --tool for controlling the merge tool
Fri, 23 May 2014 13:10:31 -0700 Siddharth Agarwal resolve: don't abort resolve -l even when no merge is in progress
Fri, 09 May 2014 18:15:02 -0700 Durham Goode graft: customize graft conflict markers (BC)
Thu, 07 Mar 2013 14:17:56 +1100 Stephen Lee update: show message when a bookmark is activated by update
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori tag: use the editor gotten by "getcommiteditor()" instead of "ui.edit()"
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori graft: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori commit: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori backout: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori backout: avoid redundant message examination
Wed, 14 May 2014 12:49:55 -0700 Siddharth Agarwal update: when deactivating a bookmark, print a message
Fri, 09 May 2014 14:46:50 -0500 Matt Mackall resolve: simplify "finished" message
Fri, 18 Apr 2014 22:19:25 -0700 Gregory Szorc resolve: print message when no unresolved files remain (issue4214)
Fri, 18 Apr 2014 18:56:26 -0700 Gregory Szorc resolve: print warning when no work performed (issue4208)
Fri, 18 Apr 2014 19:08:32 -0700 Gregory Szorc resolve: abort when not applicable (BC)
Fri, 18 Apr 2014 18:19:46 -0700 Gregory Szorc resolve: use early continue and deindent
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori localrepo: add "editor" argument to "tag()"
Mon, 28 Apr 2014 17:25:36 -0700 Pierre-Yves David graft: do not use `.remove` on a smart set (regression) stable
Tue, 22 Apr 2014 10:12:21 -0300 Wagner Bruna commands: fix typo in --graph description stable
Fri, 28 Feb 2014 15:10:56 -0800 Lucas Moscovicz log: changed implementation to use graphlog code
Thu, 17 Apr 2014 20:01:39 +0200 Mads Kiilerich backout: use commonancestorsheads for checking linear heritage
Tue, 15 Apr 2014 23:29:19 -0400 Matt Harbison cat: explicitly document the supported formatter rules
Mon, 14 Apr 2014 15:45:30 -0400 Pierre-Yves David bundle2: add a ui argument to readbundle
Mon, 14 Apr 2014 15:33:50 -0400 Pierre-Yves David bundle2: move `readbundle` into the `exchange` module
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori hg: make "_outgoing()" return peer object for remote repository
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori hg: make "_outgoing()" return empty list instead of "None"
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori summary: introduce "summaryremotehooks" to avoid redundant incoming/outgoing check
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori summary: separate checking incoming/outgoing and showing remote summary
Fri, 14 Mar 2014 21:32:05 -0400 Matt Harbison cat: support cat with explicit paths in subrepos
Thu, 13 Mar 2014 23:45:18 -0400 Matt Harbison cat: move most of the implementation into cmdutils.cat()