log mercurial/commands.py @ 24873:12908cdbab73 stable

age author description
Mon, 27 Apr 2015 15:37:57 -0700 Laurent Charignon revert: make the interactive mode experimental stable
Wed, 22 Apr 2015 16:38:36 -0700 Martin von Zweigbergk revert: accept just -I/-X without paths or -a/-i (issue4592) stable
Mon, 20 Apr 2015 16:05:32 +0200 Pierre-Yves David debuglock: access the lock file using the proper vfs stable
Sun, 19 Apr 2015 21:43:53 -0700 Martin von Zweigbergk status: pass matcher to pathcopies() stable
Sun, 12 Apr 2015 19:00:31 +0900 Yuya Nishihara revset: undocument wdir() until its command outputs get stable
Sat, 11 Apr 2015 12:26:54 -0400 Pierre-Yves David revert: do not requires '--all' if '--interative' is present
Thu, 09 Apr 2015 16:25:48 -0400 Pierre-Yves David bundle2: rename format, parts and config to final names
Tue, 24 Mar 2015 21:25:57 +0100 Mathias De Maré commands: add ui.statuscopies config knob
Wed, 08 Apr 2015 02:56:19 +0900 FUJIWARA Katsunori bookmarks: show detailed status about outgoing bookmarks
Wed, 08 Apr 2015 02:56:19 +0900 FUJIWARA Katsunori bookmarks: show detailed status about incoming bookmarks
Sun, 05 Apr 2015 12:12:02 -0700 Durham Goode graft: record intermediate grafts in extras
Sat, 28 Mar 2015 12:58:44 -0700 Gregory Szorc commands.debugrevlog: report max chain length
Wed, 25 Mar 2015 13:55:35 +0900 FUJIWARA Katsunori update: replace workingctx.dirty and raising Abort by cmdutil.bailifchanged
Mon, 16 Mar 2015 18:36:53 +0900 Yuya Nishihara debugrevspec: show nesting structure of smartsets if verbose
Wed, 18 Mar 2015 20:40:02 -0700 Yung-Jin (Joey) Hu status: add relative directory help text (issue3835)
Wed, 25 Mar 2015 11:55:15 -0700 Sean Farley diff: rename --relative option to --root
Tue, 17 Mar 2015 15:46:30 -0700 Siddharth Agarwal commands.diff: add support for diffs relative to a subdirectory
Mon, 23 Mar 2015 18:21:01 -0700 Gregory Szorc commands.push: abort when revisions evaluate to empty set (BC)
Sat, 16 Aug 2014 17:50:55 +0900 Yuya Nishihara annotate: add option to annotate working-directory files
Wed, 18 Mar 2015 23:03:41 -0400 Matt Harbison subrepo: add basic support to hgsubrepo for the files command
Thu, 19 Mar 2015 23:36:06 +0900 FUJIWARA Katsunori bookmarks: rewrite comparing bookmarks in commands.summary() by compare()
Thu, 19 Mar 2015 23:36:05 +0900 FUJIWARA Katsunori bookmarks: add outgoing() to replace diff() for outgoing bookmarks
Thu, 19 Mar 2015 23:36:05 +0900 FUJIWARA Katsunori bookmarks: add incoming() to replace diff() for incoming bookmarks
Thu, 19 Mar 2015 10:18:05 -0700 Siddharth Agarwal patch._applydiff: resolve prefix with respect to the cwd
Tue, 17 Mar 2015 21:53:17 +0900 Yuya Nishihara commands: say "working directory" in full spelling
Tue, 17 Mar 2015 22:47:08 +0900 Yuya Nishihara commands: replace "working copy" with "working directory" in help/messages
Mon, 16 Mar 2015 16:33:59 -0700 Laurent Charignon revert: add flag to make revert interactive
Wed, 11 Mar 2015 16:39:38 -0700 Laurent Charignon record: change interface of dorecord to accept new filters
Fri, 13 Mar 2015 17:00:06 -0400 Jordi Gutiérrez Hermoso style: kill ersatz if-else ternary operators
Wed, 11 Mar 2015 15:22:04 -0700 Laurent Charignon record: add interactive option to the commit command