mercurial/commands.py
Thu, 29 Oct 2020 13:54:25 +0100 Dan Villiom Podlaski Christiansen commit: warn the user when a commit already exists
Mon, 26 Oct 2020 11:45:32 +0100 Dan Villiom Podlaski Christiansen push: add --all-bookmarks option
Thu, 29 Oct 2020 00:17:12 -0700 Martin von Zweigbergk branching: merge with stable
Sat, 17 Oct 2020 21:57:21 +0900 Yuya Nishihara help: update command synopsis to clarify "cp --forget" only takes destinations
Thu, 15 Oct 2020 15:57:36 +0200 Pierre-Yves David clonebundles: move a bundle of clone bundle related code to a new module
Wed, 01 Jul 2020 15:14:59 +0530 Pulkit Goyal config: add a .hg/hgrc-not-shared which won't be shared in share-safe mode
Thu, 15 Oct 2020 22:23:02 -0700 Martin von Zweigbergk commit: leverage cmdutil.check_incompatible_arguments()
Fri, 23 Oct 2020 10:56:18 -0700 Martin von Zweigbergk config: add a new [command-templates] section for templates defined by hg
Wed, 28 Oct 2020 17:41:25 +0100 Dan Villiom Podlaski Christiansen backout: don't assume that tip as what we just committed stable
Thu, 15 Oct 2020 22:57:30 -0700 Martin von Zweigbergk tag: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:36:17 -0700 Martin von Zweigbergk serve: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:36:08 -0700 Martin von Zweigbergk revert: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:23:45 -0700 Martin von Zweigbergk incoming: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 22:23:35 -0700 Martin von Zweigbergk grep: levarage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 21:48:43 -0700 Martin von Zweigbergk import: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 21:44:03 -0700 Martin von Zweigbergk backout: leverage cmdutil.check_incompatible_arguments()
Thu, 15 Oct 2020 10:28:27 -0700 Martin von Zweigbergk copy: clarify in help text that `hg co --forget` takes a *destination* file
Wed, 09 Sep 2020 17:17:38 +0900 Yuya Nishihara grep: extract main search loop as searcher method
Sun, 04 Oct 2020 13:17:57 +0900 Yuya Nishihara scmutil: move walkchangerevs() from cmdutil
Wed, 09 Sep 2020 17:04:44 +0900 Yuya Nishihara grep: extract public function to register file to be skipped
Wed, 09 Sep 2020 16:18:26 +0900 Yuya Nishihara grep: move prep() to grepsearcher class
Wed, 09 Sep 2020 16:04:39 +0900 Yuya Nishihara grep: move readfile() to grepsearcher class
Wed, 09 Sep 2020 16:00:03 +0900 Yuya Nishihara grep: move getbody() to grepsearcher class
Wed, 09 Sep 2020 15:56:40 +0900 Yuya Nishihara grep: add stub class that maintains cache and states of grep operation
Wed, 09 Sep 2020 15:23:49 +0900 Yuya Nishihara grep: move match and diff logic to new module
Wed, 09 Sep 2020 15:17:26 +0900 Yuya Nishihara grep: explicitly pass regexp to closure functions
Thu, 10 Sep 2020 18:01:43 +0900 Yuya Nishihara cmdutil: rewrite walkchangerevs() by using logcmdutil functions
Thu, 10 Sep 2020 17:14:03 +0900 Yuya Nishihara grep: filter target files by matcher
Thu, 10 Sep 2020 16:14:48 +0900 Yuya Nishihara cmdutil: make walkchangerevs() call prepare with matcher instead of filenames
Sat, 12 Sep 2020 21:06:16 +0900 Yuya Nishihara log: introduce struct that carries log traversal options
Mon, 21 Sep 2020 10:09:39 -0700 Martin von Zweigbergk merge: use merge.clean_update() when applicable
Mon, 21 Sep 2020 09:56:48 -0700 Martin von Zweigbergk merge: add a back_out() function to encapsulate update()
Thu, 17 Sep 2020 22:34:36 -0700 Martin von Zweigbergk mergedriver: delete it
Thu, 17 Sep 2020 18:49:57 -0700 Pulkit Goyal config: add `--shared` flag to edit config file of shared source
Thu, 10 Sep 2020 13:30:34 +0900 Yuya Nishihara grep: fix --follow with no --diff nor --rev to not fall back to plain grep
Thu, 10 Sep 2020 13:10:53 +0900 Yuya Nishihara grep: clarify that --all works exactly the same way as --diff
Wed, 09 Sep 2020 11:41:18 +0900 Yuya Nishihara grep: fix hash(linestate) to not include linenum
Mon, 10 Aug 2020 15:29:02 +0530 Pulkit Goyal mergestate: use _stateextras instead of merge records for commit related info
Mon, 10 Aug 2020 21:46:47 -0700 Martin von Zweigbergk revert: remove dangerous `parents` argument from `cmdutil.revert()`
Tue, 28 Jul 2020 09:58:28 -0700 Martin von Zweigbergk rename: add support for --at-rev, which marks as copy and removes the source
Thu, 09 Jul 2020 18:20:54 +0530 Pulkit Goyal mergestate: remove unnecessary recordactions() from mergestate class
Thu, 16 Jul 2020 15:56:13 +0200 Joerg Sonnenberger status: match category text in the option description
Sat, 31 Aug 2019 14:33:26 +0200 Pierre-Yves David commands: use any() instead of `if a or b or c`
Thu, 25 Jun 2020 13:37:56 -0700 Martin von Zweigbergk graft: leverage cmdutil.check_incompatible_arguments() for --abort/--stop
Thu, 25 Jun 2020 13:29:05 -0700 Martin von Zweigbergk graft: leverage cmdutil.check_incompatible_arguments() for --no-commit
Thu, 25 Jun 2020 13:27:37 -0700 Martin von Zweigbergk graft: leverage cmdutil.check_at_most_one_arg() for --abort/--stop/--continue
Sat, 27 Jun 2020 21:45:20 -0400 Matt Harbison version: sort extensions by name in verbose mode
Thu, 25 Jun 2020 22:40:04 +0900 Yuya Nishihara merge with stable
Mon, 22 Jun 2020 22:15:57 -0700 Martin von Zweigbergk help: document meaning of '%' in graphlog output stable
Wed, 03 Jun 2020 19:20:18 +0900 Yuya Nishihara merge with stable
Tue, 02 Jun 2020 20:40:06 +0900 Yuya Nishihara graft: fix --base value to be saved in state file stable
Tue, 26 May 2020 11:14:07 -0400 Charles Chamberlain graft-state: save --base in graft's state, fixing bug with graft --continue stable
Mon, 25 May 2020 17:39:23 -0400 Valentin Gatien-Baron grep: reduce the cost of pathauditor checks when grepping working copy
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Sun, 17 May 2020 18:33:45 -0400 Valentin Gatien-Baron grep: grep the working copy faster
Sun, 17 May 2020 13:10:54 -0400 Valentin Gatien-Baron grep: stop computing information for --diff when unnecessary
Sun, 17 May 2020 12:52:43 -0400 Valentin Gatien-Baron grep: don't go in an infinite loop when given empty regex
Thu, 07 May 2020 16:56:03 -0400 Augie Fackler diff: avoid going from contexts to nodes and back
Thu, 07 May 2020 16:54:17 -0400 Augie Fackler cleanup: avoid extra node/ctx conversions in logcmdutil.diffordiffstat
Fri, 08 May 2020 08:55:35 -0700 Martin von Zweigbergk status: use cmdutil.check_at_most_one_arg() for checking --rev/--change
less more (0) -3000 -1000 -300 -100 -60 tip