log mercurial/commands.py @ 27089:dbb30bc16fc2

age author description
Sun, 15 Nov 2015 21:27:22 -0800 Siddharth Agarwal resolve: record dirstate actions after performing resolutions
Wed, 18 Nov 2015 23:43:18 -0800 Siddharth Agarwal resolve: fix incorrect merge
Wed, 18 Nov 2015 20:59:17 -0600 Matt Mackall merge with stable
Tue, 17 Nov 2015 14:22:30 -0800 Siddharth Agarwal debugmergestate: explain why we create mergestate objects directly
Wed, 11 Nov 2015 13:28:00 -0800 Christian Delahousse debugdirstate: convert keyword parameters to **opts
Tue, 17 Nov 2015 14:20:55 -0800 Siddharth Agarwal commands.summary: switch to mergestate.read()
Tue, 17 Nov 2015 13:56:46 -0800 Siddharth Agarwal commands.resolve: switch to mergestate.read()
Fri, 13 Nov 2015 23:01:36 -0800 Siddharth Agarwal debugmergestate: print out record type for files
Sun, 15 Nov 2015 22:58:28 +0100 liscju pull: return 255 value on update failure (issue4948) (BC)
Fri, 13 Nov 2015 15:56:02 -0800 Siddharth Agarwal resolve: restore .orig only after merge is fully complete (issue4952) stable
Tue, 10 Nov 2015 14:26:19 -0800 Christian Delahousse resolve: choose where .orig file locations are kept
Tue, 10 Nov 2015 17:16:59 -0800 Siddharth Agarwal resolve: don't abort when file is missing
Sat, 07 Nov 2015 16:03:09 -0500 Pierre-Yves David unbundle: gratuitous fix white spacing "issue"
Fri, 23 Oct 2015 11:04:53 -0400 Augie Fackler debugrevlog: cope with empty revlog files stable
Tue, 20 Oct 2015 18:46:00 -0400 timeless commands: fix help for debugobsolete stable
Mon, 19 Oct 2015 15:47:40 -0700 Sean Farley pull: all pass along extra opargs
Mon, 19 Oct 2015 15:43:35 -0700 Sean Farley push: all pass along opargs
Tue, 20 Oct 2015 15:56:22 +0200 Pierre-Yves David unbundle: use 'url' argument with applybundle
Tue, 20 Oct 2015 15:53:07 +0200 Pierre-Yves David unbundle: use 'source' argument with applybundle
Tue, 20 Oct 2015 15:47:20 +0200 Pierre-Yves David unbundle: use 'bundle2.applybundle'
Thu, 15 Oct 2015 01:31:04 -0700 Siddharth Agarwal commands.resolve: conclude merge driver if no unresolved files are left
Thu, 15 Oct 2015 01:27:06 -0700 Siddharth Agarwal commands.resolve: call driverpreprocess if we haven't run it yet
Thu, 15 Oct 2015 01:15:22 -0700 Siddharth Agarwal commands.resolve: don't allow users to mark or unmark driver-resolved files
Thu, 15 Oct 2015 01:11:50 -0700 Siddharth Agarwal resolve: only create wctx once
Thu, 15 Oct 2015 01:09:58 -0700 Siddharth Agarwal commands.resolve: print out warning when only driver-resolved files remain
Thu, 15 Oct 2015 00:45:20 -0700 Siddharth Agarwal commands.resolve: support printing out driver-resolved files
Wed, 14 Oct 2015 17:00:34 -0700 Gregory Szorc exchange: support parameters in bundle specification strings
Thu, 15 Oct 2015 13:43:18 -0700 Gregory Szorc commands: support consuming stream clone bundles
Sat, 17 Oct 2015 11:40:29 -0700 Gregory Szorc commands: support creating stream clone bundles
Thu, 15 Oct 2015 01:19:32 +0100 Pierre-Yves David merge: directly get destination from destutil
Tue, 13 Oct 2015 17:12:12 -0400 Augie Fackler commands: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Mon, 05 Oct 2015 04:26:26 -0700 Pierre-Yves David update: introduce a 'UpdateAbort' exception
Wed, 14 Oct 2015 18:03:17 -0500 Matt Mackall bookmarks: don't deactivate on no-op update (issue4901)
Wed, 30 Sep 2015 21:48:53 -0700 Siddharth Agarwal debugmergestate: add support for printing out driver-resolved files
Wed, 30 Sep 2015 21:47:27 -0700 Siddharth Agarwal debugmergestate: add support for printing out merge driver
Mon, 05 Oct 2015 21:31:32 -0700 Pierre-Yves David update: also use 'destupdate' for pull and unbundle
Tue, 29 Sep 2015 01:03:26 -0700 Pierre-Yves David destupdate: also include bookmark related logic
Tue, 13 Oct 2015 10:57:54 -0700 Gregory Szorc exchange: refactor bundle specification parsing
Tue, 13 Oct 2015 11:43:21 -0700 Gregory Szorc exchange: move bundle specification parsing from cmdutil
Tue, 29 Sep 2015 00:18:49 -0700 Pierre-Yves David destupdate: include the 'check' logic
Mon, 05 Oct 2015 03:50:47 -0700 Pierre-Yves David destupdate: move the check related to the "clean" logic in the function
Sun, 11 Oct 2015 23:58:07 -0700 Siddharth Agarwal resolve: perform all premerges before performing any file merges (BC)
Sun, 11 Oct 2015 20:12:12 -0700 Siddharth Agarwal merge: introduce a preresolve function
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Fri, 09 Oct 2015 03:53:47 +0900 FUJIWARA Katsunori commands: use dirstateguard instead of begin/end-parentchange for backout
Fri, 09 Oct 2015 03:53:47 +0900 FUJIWARA Katsunori commands: make "hg import" use dirstateguard only for --no-commit
Sun, 04 Oct 2015 21:48:19 -0700 Pierre-Yves David unbundle: properly read head modification result from bundle2
Thu, 01 Oct 2015 20:31:43 -0700 Pierre-Yves David bundle: use bundle2 if repository uses general delta
Thu, 01 Oct 2015 19:16:00 -0700 Pierre-Yves David bundle: extend the format of --type to support version and compression
Thu, 01 Oct 2015 18:01:24 -0700 Pierre-Yves David bundle: extract the parsing of the bundle type in a function
Fri, 02 Oct 2015 13:00:47 -0700 Siddharth Agarwal commands: add a new debug command to print merge state
Mon, 05 Oct 2015 07:13:35 +0200 Mathias De Maré revert: add reference to backout
Mon, 05 Oct 2015 07:11:48 +0200 Mathias De Maré backout: add reference to revert
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Thu, 24 Sep 2015 17:52:21 -0700 Pierre-Yves David unbundle: test and fix for clean abort on unknown bundle2 feature
Fri, 25 Sep 2015 23:10:47 -0500 Matt Mackall merge with stable
Fri, 25 Sep 2015 13:30:49 -0700 Pierre-Yves David unbundle: cleanly abort on unknown bundle2 feature stable
Mon, 14 Sep 2015 19:25:34 -0400 Jordi Gutiérrez Hermoso phases: return zero for no-op operations (issue4751) (BC)
Fri, 25 Sep 2015 11:16:20 -0400 Jordi Gutiérrez Hermoso dispatch: don't stack trace on commands like `hg .log`
Fri, 25 Sep 2015 03:51:46 -0400 timeless resolve: consistently describe re-merge + unresolved
Thu, 10 Sep 2015 16:53:07 +0200 liscju mercurial: add debugextensions command (issue4676)
Thu, 17 Sep 2015 14:03:15 -0700 Pierre-Yves David merge: move default destination computation in a revset
Thu, 17 Sep 2015 12:44:52 -0700 Pierre-Yves David mergecmd: simplify conditional
Thu, 17 Sep 2015 16:08:10 -0700 Pierre-Yves David bookmark: do not crash when active bookmark is forward and --date is used
Thu, 10 Sep 2015 20:22:37 -0400 timeless help: fix help argument parsing and documentation
Fri, 04 Sep 2015 11:30:38 -0400 timeless bookmark: improve ambiguous documentation for rename
Wed, 02 Sep 2015 23:50:45 -0400 timeless commands: support hg help scripting.HGPLAIN
Sat, 08 Aug 2015 00:12:41 -0700 Gregory Szorc commands.push: use "pushloc" path attribute
Fri, 07 Aug 2015 22:39:47 -0700 Gregory Szorc commands.push: use paths API
Thu, 13 Aug 2015 19:37:47 -0500 Matt Mackall merge with stable
Wed, 12 Aug 2015 19:44:21 -0700 Durham Goode dirstate: add --minimal flag to debugrebuilddirstate
Tue, 11 Aug 2015 16:26:12 -0700 Pierre-Yves David update: wlock the repo for the whole 'hg update' command stable
Sat, 08 Aug 2015 14:30:39 -0700 Gregory Szorc commands: break import cycle
Sun, 15 Mar 2015 14:45:26 +0900 Yuya Nishihara tag: do not pass binary nullid to scmutil.revsingle()
Sat, 18 Jul 2015 23:02:18 +0900 Yuya Nishihara debugrevspec: pass lookup function to visualize fallback mechanism
Wed, 15 Jul 2015 04:45:58 +0900 FUJIWARA Katsunori record: omit meaningless 'commit' suggestion at 'hg commit -i'
Tue, 14 Jul 2015 18:50:20 -0500 Matt Mackall bookmarks: clear active bookmark on non-linear update
Sun, 12 Apr 2015 21:52:02 +0900 Yuya Nishihara changeset_printer: change flush() to accept ctx instead of rev
Wed, 08 Jul 2015 16:19:09 -0700 Gregory Szorc hg: support for auto sharing stores when cloning
Sun, 28 Sep 2014 00:49:36 -0700 Pierre-Yves David bookmarks: change bookmark within a transaction
Tue, 07 Jul 2015 19:07:04 -0500 Matt Mackall merge with stable
Mon, 06 Jul 2015 16:22:57 -0700 Nathan Goldbaum forget: add a note to the command help about remove stable
Tue, 30 Jun 2015 22:39:28 -0700 Pierre-Yves David amend: stop updating the bookmarks twice
Sun, 28 Jun 2015 13:22:17 -0400 Matt Harbison identify: build the tag list directly instead of using wctx.tags()
Sun, 28 Jun 2015 18:39:58 -0400 Matt Harbison identify: avoid a crash when given '-r wdir()'
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 23 Jun 2015 22:30:33 -0700 Gregory Szorc global: mass rewrite to use modern octal syntax
Mon, 22 Jun 2015 09:59:48 -0700 Gregory Szorc repair: add functionality to rebuild fncache
Tue, 23 Jun 2015 13:56:53 -0400 Jordi Gutiérrez Hermoso import: cross-reference patch.fuzz option from `hg help import`
Tue, 23 Jun 2015 13:57:39 -0400 Jordi Gutiérrez Hermoso import: cross-reference ui.patch option from `hg help import`
Fri, 19 Jun 2015 11:07:15 -0700 Pierre-Yves David phase: add a pointer to 'hg help phases' in the 'phase' help
Fri, 05 Jun 2015 19:33:41 -0400 Matt Harbison commands: use the optional badfn argument when building a matcher
Mon, 01 Jun 2015 22:34:01 -0700 Pierre-Yves David pull: prevent race condition in bookmark update when using -B (issue4689)
Tue, 02 Jun 2015 00:43:11 -0700 Pierre-Yves David pull: allow a generic way to pass parameters to the pull operation
Thu, 04 Jun 2015 17:51:19 -0500 Matt Mackall merge with stable
Wed, 03 Jun 2015 14:29:11 -0700 Pierre-Yves David pull: avoid race condition with 'hg pull --rev name --update' (issue4706) stable
Fri, 29 May 2015 22:23:58 +0200 Gilles Moris summary: move the parents phase marker to commit line (issue4688)
Thu, 28 May 2015 14:01:53 -0700 Pierre-Yves David pull: document the race condition with bookmark name
Thu, 28 May 2015 13:55:03 -0700 Pierre-Yves David pull: only list remote bookmarks if -B is used to populate pulled heads
Thu, 28 May 2015 20:06:19 -0700 Ryan McElroy commands: rename current to active in variables and comments
Thu, 16 Apr 2015 15:18:59 -0700 Ryan McElroy bookmarks: name label for active bookmark correctly
Wed, 27 May 2015 17:28:55 -0500 Matt Mackall commit: improve --close-branch documentation
Fri, 22 May 2015 17:08:59 -0500 Matt Mackall branch: don't warn about branches if repository has multiple branches already
Sun, 26 Apr 2015 22:26:44 +0900 Yuya Nishihara fileset: pretty print syntax tree in debug output
Sun, 26 Apr 2015 19:50:42 +0900 Yuya Nishihara fileset: move validation of incomplete parsing to parse() function
Sun, 26 Apr 2015 19:42:47 +0900 Yuya Nishihara revset: move validation of incomplete parsing to parse() function
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
Fri, 15 May 2015 09:46:21 +0200 Gilles Moris phase: default to current revision if no rev is provided (issue4666)
Sun, 12 Apr 2015 23:51:06 -0700 Martin von Zweigbergk treemanifest: add --dir option to debug{revlog,data,index}
Thu, 14 May 2015 17:38:38 +0200 Gilles Moris summary: add a phase line (draft, secret) to the output
Fri, 15 May 2015 09:56:05 -0500 Matt Mackall commands: use try/except/finally
Thu, 07 May 2015 12:07:10 +0900 FUJIWARA Katsunori import: use dirstateguard instead of dirstate.invalidate
Tue, 14 Apr 2015 13:17:33 -0700 Ryan McElroy bookmarks: rename bookmarkcurrent to activebookmark (API)
Mon, 13 Apr 2015 22:27:01 -0700 Ryan McElroy bookmarks: rename setcurrent to activate (API)
Mon, 13 Apr 2015 21:53:37 -0700 Ryan McElroy bookmarks: rename unsetcurrent to deactivate (API)
Thu, 30 Apr 2015 22:40:18 +0900 Yuya Nishihara commands: hide formatter option as EXPERIMENTAL, not as DEPRECATED stable
Thu, 30 Apr 2015 23:02:52 -0400 Matt Harbison debuginstall: expand the editor path before searching for it (issue4380) stable
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