Mon, 23 Nov 2020 12:45:39 +0100 |
Simon Sapin |
bisect: refactor to work on a list of revspecs
|
file |
diff |
annotate
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
file |
diff |
annotate
|
Sat, 21 Nov 2020 13:30:50 +0530 |
Pulkit Goyal |
commands: fix checking of share safe requirement on `config --shared`
|
file |
diff |
annotate
|
Mon, 23 Nov 2020 12:31:53 -0800 |
Martin von Zweigbergk |
errors: consistently don't use trailing "!" in "not found in manifest" message
|
file |
diff |
annotate
|
Mon, 23 Nov 2020 12:20:19 +0100 |
Simon Sapin |
bisect: use tuple literal instead of split on string literal
|
file |
diff |
annotate
|
Tue, 17 Nov 2020 21:30:50 -0500 |
Sebastien Boisvert |
log: add bookmark option to "hg log"
|
file |
diff |
annotate
|
Thu, 22 Oct 2020 14:14:59 -0700 |
Martin von Zweigbergk |
errors: introduce CanceledError and use it in a few places
|
file |
diff |
annotate
|
Tue, 20 Oct 2020 08:56:00 -0700 |
Martin von Zweigbergk |
errors: raise more specific errors when default remote not configured
|
file |
diff |
annotate
|
Mon, 12 Oct 2020 12:44:18 -0700 |
Martin von Zweigbergk |
errors: introduce StateError and use it from commands and cmdutil
|
file |
diff |
annotate
|
Tue, 06 Oct 2020 22:36:15 -0700 |
Martin von Zweigbergk |
errors: introduce InputError and use it from commands and cmdutil
|
file |
diff |
annotate
|
Tue, 03 Nov 2020 20:20:49 -0800 |
Martin von Zweigbergk |
serve: simply return instead of calling sys.exit() in `hg serve --stdio`
|
file |
diff |
annotate
|
Tue, 03 Nov 2020 20:18:26 -0800 |
Martin von Zweigbergk |
httpservice: move sys.exit() out of serve_forever()
|
file |
diff |
annotate
|
Thu, 29 Oct 2020 13:54:25 +0100 |
Dan Villiom Podlaski Christiansen |
commit: warn the user when a commit already exists
|
file |
diff |
annotate
|
Mon, 26 Oct 2020 11:45:32 +0100 |
Dan Villiom Podlaski Christiansen |
push: add --all-bookmarks option
|
file |
diff |
annotate
|
Thu, 29 Oct 2020 00:17:12 -0700 |
Martin von Zweigbergk |
branching: merge with stable
|
file |
diff |
annotate
|
Sat, 17 Oct 2020 21:57:21 +0900 |
Yuya Nishihara |
help: update command synopsis to clarify "cp --forget" only takes destinations
|
file |
diff |
annotate
|
Thu, 15 Oct 2020 15:57:36 +0200 |
Pierre-Yves David |
clonebundles: move a bundle of clone bundle related code to a new module
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 15 Oct 2020 22:23:02 -0700 |
Martin von Zweigbergk |
commit: leverage cmdutil.check_incompatible_arguments()
|
file |
diff |
annotate
|
Fri, 23 Oct 2020 10:56:18 -0700 |
Martin von Zweigbergk |
config: add a new [command-templates] section for templates defined by hg
|
file |
diff |
annotate
|
Wed, 28 Oct 2020 17:41:25 +0100 |
Dan Villiom Podlaski Christiansen |
backout: don't assume that tip as what we just committed
stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2020 22:57:30 -0700 |
Martin von Zweigbergk |
tag: leverage cmdutil.check_incompatible_arguments()
|
file |
diff |
annotate
|
Thu, 15 Oct 2020 22:36:17 -0700 |
Martin von Zweigbergk |
serve: leverage cmdutil.check_incompatible_arguments()
|
file |
diff |
annotate
|
Thu, 15 Oct 2020 22:36:08 -0700 |
Martin von Zweigbergk |
revert: leverage cmdutil.check_incompatible_arguments()
|
file |
diff |
annotate
|
Thu, 15 Oct 2020 22:23:45 -0700 |
Martin von Zweigbergk |
incoming: leverage cmdutil.check_incompatible_arguments()
|
file |
diff |
annotate
|
Thu, 15 Oct 2020 22:23:35 -0700 |
Martin von Zweigbergk |
grep: levarage cmdutil.check_incompatible_arguments()
|
file |
diff |
annotate
|
Thu, 15 Oct 2020 21:48:43 -0700 |
Martin von Zweigbergk |
import: leverage cmdutil.check_incompatible_arguments()
|
file |
diff |
annotate
|
Thu, 15 Oct 2020 21:44:03 -0700 |
Martin von Zweigbergk |
backout: leverage cmdutil.check_incompatible_arguments()
|
file |
diff |
annotate
|
Thu, 15 Oct 2020 10:28:27 -0700 |
Martin von Zweigbergk |
copy: clarify in help text that `hg co --forget` takes a *destination* file
|
file |
diff |
annotate
|
Wed, 09 Sep 2020 17:17:38 +0900 |
Yuya Nishihara |
grep: extract main search loop as searcher method
|
file |
diff |
annotate
|
Sun, 04 Oct 2020 13:17:57 +0900 |
Yuya Nishihara |
scmutil: move walkchangerevs() from cmdutil
|
file |
diff |
annotate
|
Wed, 09 Sep 2020 17:04:44 +0900 |
Yuya Nishihara |
grep: extract public function to register file to be skipped
|
file |
diff |
annotate
|
Wed, 09 Sep 2020 16:18:26 +0900 |
Yuya Nishihara |
grep: move prep() to grepsearcher class
|
file |
diff |
annotate
|
Wed, 09 Sep 2020 16:04:39 +0900 |
Yuya Nishihara |
grep: move readfile() to grepsearcher class
|
file |
diff |
annotate
|
Wed, 09 Sep 2020 16:00:03 +0900 |
Yuya Nishihara |
grep: move getbody() to grepsearcher class
|
file |
diff |
annotate
|
Wed, 09 Sep 2020 15:56:40 +0900 |
Yuya Nishihara |
grep: add stub class that maintains cache and states of grep operation
|
file |
diff |
annotate
|
Wed, 09 Sep 2020 15:23:49 +0900 |
Yuya Nishihara |
grep: move match and diff logic to new module
|
file |
diff |
annotate
|
Wed, 09 Sep 2020 15:17:26 +0900 |
Yuya Nishihara |
grep: explicitly pass regexp to closure functions
|
file |
diff |
annotate
|
Thu, 10 Sep 2020 18:01:43 +0900 |
Yuya Nishihara |
cmdutil: rewrite walkchangerevs() by using logcmdutil functions
|
file |
diff |
annotate
|
Thu, 10 Sep 2020 17:14:03 +0900 |
Yuya Nishihara |
grep: filter target files by matcher
|
file |
diff |
annotate
|
Thu, 10 Sep 2020 16:14:48 +0900 |
Yuya Nishihara |
cmdutil: make walkchangerevs() call prepare with matcher instead of filenames
|
file |
diff |
annotate
|
Sat, 12 Sep 2020 21:06:16 +0900 |
Yuya Nishihara |
log: introduce struct that carries log traversal options
|
file |
diff |
annotate
|
Mon, 21 Sep 2020 10:09:39 -0700 |
Martin von Zweigbergk |
merge: use merge.clean_update() when applicable
|
file |
diff |
annotate
|
Mon, 21 Sep 2020 09:56:48 -0700 |
Martin von Zweigbergk |
merge: add a back_out() function to encapsulate update()
|
file |
diff |
annotate
|
Thu, 17 Sep 2020 22:34:36 -0700 |
Martin von Zweigbergk |
mergedriver: delete it
|
file |
diff |
annotate
|
Thu, 17 Sep 2020 18:49:57 -0700 |
Pulkit Goyal |
config: add `--shared` flag to edit config file of shared source
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 10 Sep 2020 13:10:53 +0900 |
Yuya Nishihara |
grep: clarify that --all works exactly the same way as --diff
|
file |
diff |
annotate
|
Wed, 09 Sep 2020 11:41:18 +0900 |
Yuya Nishihara |
grep: fix hash(linestate) to not include linenum
|
file |
diff |
annotate
|
Mon, 10 Aug 2020 15:29:02 +0530 |
Pulkit Goyal |
mergestate: use _stateextras instead of merge records for commit related info
|
file |
diff |
annotate
|
Mon, 10 Aug 2020 21:46:47 -0700 |
Martin von Zweigbergk |
revert: remove dangerous `parents` argument from `cmdutil.revert()`
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 09 Jul 2020 18:20:54 +0530 |
Pulkit Goyal |
mergestate: remove unnecessary recordactions() from mergestate class
|
file |
diff |
annotate
|
Thu, 16 Jul 2020 15:56:13 +0200 |
Joerg Sonnenberger |
status: match category text in the option description
|
file |
diff |
annotate
|
Sat, 31 Aug 2019 14:33:26 +0200 |
Pierre-Yves David |
commands: use any() instead of `if a or b or c`
|
file |
diff |
annotate
|
Thu, 25 Jun 2020 13:37:56 -0700 |
Martin von Zweigbergk |
graft: leverage cmdutil.check_incompatible_arguments() for --abort/--stop
|
file |
diff |
annotate
|
Thu, 25 Jun 2020 13:29:05 -0700 |
Martin von Zweigbergk |
graft: leverage cmdutil.check_incompatible_arguments() for --no-commit
|
file |
diff |
annotate
|
Thu, 25 Jun 2020 13:27:37 -0700 |
Martin von Zweigbergk |
graft: leverage cmdutil.check_at_most_one_arg() for --abort/--stop/--continue
|
file |
diff |
annotate
|
Sat, 27 Jun 2020 21:45:20 -0400 |
Matt Harbison |
version: sort extensions by name in verbose mode
|
file |
diff |
annotate
|
Thu, 25 Jun 2020 22:40:04 +0900 |
Yuya Nishihara |
merge with stable
|
file |
diff |
annotate
|