log mercurial/commands.py @ 27722:edd2615ad226

age author description
Mon, 11 Jan 2016 21:00:29 -0500 Matt Harbison summary: print unstable, bumped and divergent as unconditionally plural
Mon, 11 Jan 2016 09:49:48 -0800 Bryan O'Sullivan commands: get rid of empty try/finally block from _dograft
Mon, 11 Jan 2016 09:49:47 -0800 Bryan O'Sullivan commands: get rid of empty try/finally block from _dobackout
Mon, 11 Jan 2016 09:49:39 -0800 Bryan O'Sullivan commands: get rid of empty try/finally block from import_
Tue, 05 Jan 2016 07:47:08 -0800 Laurent Charignon debugignore: find out why a file is being ignored (issue4856)
Tue, 05 Jan 2016 07:47:08 -0800 Laurent Charignon debugignore: find out if a file is being ignored
Tue, 05 Jan 2016 19:59:21 +0000 timeless clone: move bookmarks and checkouts before pull help
Wed, 06 Jan 2016 07:55:57 +0000 timeless log: help provide sort by date example
Wed, 06 Jan 2016 19:29:45 -0500 timeless log: mention ordering
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal origpath: move from cmdutil to scmutil
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Thu, 24 Dec 2015 19:25:44 +0000 timeless resolve: suggest the next action
Thu, 31 Dec 2015 09:55:56 +0100 Matt Mackall merge with stable
Wed, 23 Dec 2015 19:07:34 +0000 timeless parents: correct help revset replacements
Sat, 26 Dec 2015 16:12:28 +0900 Yuya Nishihara push: specify default-push and default as fallback paths
Sat, 26 Dec 2015 15:18:16 +0900 Yuya Nishihara push: restore old behavior of default-push (issue5000) stable
Thu, 17 Dec 2015 14:56:14 +0000 timeless annotate: mention that -n is suppressed in help
Tue, 22 Dec 2015 06:03:00 +0000 timeless commands: split notes into note containers
Tue, 22 Dec 2015 06:02:01 +0000 timeless remove: quote --force in never deletes note
Tue, 22 Dec 2015 06:03:10 +0000 timeless import: reword no hunks partial note
Tue, 22 Dec 2015 05:46:23 +0000 timeless merge: reword help to use See help resolve
Tue, 22 Dec 2015 02:24:16 +0000 timeless commands: the first word of each note should be capital or `hg`
Fri, 18 Dec 2015 06:33:48 +0000 timeless commands: consistently indent notes 3 spaces
Sun, 20 Dec 2015 19:02:02 -0800 Gregory Szorc commands: use revlog._deltachain in debugdeltachain
Fri, 18 Dec 2015 18:52:25 +0000 timeless diff: clarify comparison as first parent
Thu, 17 Dec 2015 14:57:20 +0000 timeless branch: reword help text
Thu, 17 Dec 2015 14:56:32 +0000 timeless archive: adjust help text
Thu, 17 Dec 2015 14:54:47 +0000 timeless annotate: add missing period to help
Thu, 17 Dec 2015 14:54:20 +0000 timeless addremove: make help match add
Thu, 17 Dec 2015 14:53:40 +0000 timeless add: mention .hgignore in help
Thu, 17 Dec 2015 15:05:25 +0000 timeless bundle: warn for --base with --all
Thu, 17 Dec 2015 15:03:45 +0000 timeless bundle: fix error for --all with destination
Thu, 17 Dec 2015 14:59:11 +0000 timeless bundle: fix grammar in help text
Thu, 17 Dec 2015 14:58:52 +0000 timeless bundle: clarify help text
Thu, 17 Dec 2015 15:23:36 -0800 Thu Trang Pham tags: mention --quiet switch in help (issue4920)
Tue, 15 Dec 2015 07:57:04 +0000 timeless import: reorder help text
Tue, 15 Dec 2015 07:56:03 +0000 timeless import: add word to help text
Tue, 15 Dec 2015 07:54:01 +0000 timeless import: refactor exact flag
Mon, 14 Dec 2015 11:19:48 -0800 Laurent Charignon summary: add troubles list to the output of hg summary
Sun, 13 Dec 2015 11:04:45 -0800 Gregory Szorc help: pass subtopic into help()
Tue, 24 Nov 2015 23:03:54 +0900 Yuya Nishihara commandserver: cut import cycle by itself
Mon, 14 Dec 2015 18:54:03 -0500 Augie Fackler merge: have merge.update use a matcher instead of partial fn
Fri, 11 Dec 2015 17:45:19 -0600 Matt Mackall merge with stable
Mon, 07 Dec 2015 21:42:50 +0900 Yuya Nishihara paths: include #fragment again stable
Tue, 08 Dec 2015 20:21:08 +0000 timeless parents: provide equivalent revsets in help
Mon, 30 Nov 2015 19:29:46 +0000 timeless commands: use Oxford comma (help clone)
Sat, 05 Dec 2015 21:11:04 -0800 Gregory Szorc ui: support declaring path push urls as sub-options
Sun, 06 Dec 2015 11:49:02 -0800 Gregory Szorc ui: store pushloc as separate attribute
Sat, 05 Dec 2015 23:37:46 -0800 Gregory Szorc commands: add debugdeltachain command
Sat, 05 Dec 2015 21:40:38 -0800 Gregory Szorc commands.debugindexdot: use cmdutil.openrevlog()
Sat, 05 Dec 2015 21:47:39 -0800 Gregory Szorc commands: unify argument handling for revlog debug commands
Sun, 06 Dec 2015 17:16:37 +0900 Yuya Nishihara commit: fix rest syntax of examples
Sat, 05 Dec 2015 22:19:48 -0500 Matt Harbison commit: adjust the quoting in the examples to be Windows friendly
Fri, 04 Dec 2015 15:24:05 -0500 Augie Fackler commit: add some help examples (issue4963)
Sat, 14 Nov 2015 16:45:15 +0900 Yuya Nishihara graphlog: move creation of workingdir-parent nodes to displaygraph()
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori commands: execute checkunfinished and bailifchanged inside wlock scope
Wed, 02 Dec 2015 03:12:07 +0900 FUJIWARA Katsunori commands: widen wlock scope of graft for consitency while processing
Wed, 02 Dec 2015 03:12:07 +0900 FUJIWARA Katsunori commands: make backout acquire locks before processing
Wed, 02 Dec 2015 03:12:07 +0900 FUJIWARA Katsunori commands: make commit acquire locks before processing (issue4368)
Mon, 30 Nov 2015 11:23:15 -0800 Christian Delahousse dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuild
Wed, 02 Dec 2015 06:33:52 +0000 timeless graft: improve --continue abort message
Wed, 02 Dec 2015 06:31:12 +0000 timeless summary: mention graft
Wed, 11 Nov 2015 20:07:15 -0500 Augie Fackler commands: inline definition of localrepo.parents() and drop the method (API)
Sat, 28 Nov 2015 04:11:57 -0500 Mike Edgar commit: preserve extra when amending with commit --amend
Sat, 28 Nov 2015 04:11:38 -0500 Mike Edgar graft: copy extra (except branch) when copying changesets
Wed, 25 Nov 2015 18:10:59 +0100 Mathias De Maré commands: add examples for 'addremove'
Wed, 25 Nov 2015 18:10:31 +0100 Mathias De Maré commands: add example for 'hg add'
Sat, 31 Oct 2015 22:17:05 +0900 Yuya Nishihara serve: unify cmdutil.service() calls of commandserver and hgweb
Sat, 31 Oct 2015 22:15:16 +0900 Yuya Nishihara hgweb: extract factory function of httpservice object
Sat, 31 Oct 2015 21:57:45 +0900 Yuya Nishihara hgweb: move httpservice object from commands module
Tue, 24 Nov 2015 18:26:21 -0800 Siddharth Agarwal debugmergestate: also recognize change/delete conflicts in the merge state
Mon, 30 Nov 2015 10:26:37 -0800 Siddharth Agarwal debugmergestate: print out null nodes as 'null'
Fri, 27 Nov 2015 20:23:23 +0100 Mathias De Maré identify: refer to log to be able to view full hashes
Fri, 27 Nov 2015 20:23:02 +0100 Mathias De Maré log: add 'hg log' example for full hashes
Fri, 02 Oct 2015 07:48:23 +0200 Mathias De Maré backout: add examples to clarify basic usage
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