mercurial/commands.py
Wed, 14 Apr 2021 17:41:02 +0200 Pierre-Yves David incoming: kill the `repo._subtoppath =` hack
Wed, 14 Apr 2021 17:29:27 +0200 Pierre-Yves David identify: use `get_unique_pull_path`
Wed, 14 Apr 2021 17:02:20 +0200 Pierre-Yves David bundle: support multiple destinations
Wed, 14 Apr 2021 02:14:15 +0200 Pierre-Yves David incoming: use `urlutil.get_pull_paths`
Wed, 14 Apr 2021 01:26:44 +0200 Pierre-Yves David outgoing: accept multiple destinations
Thu, 15 Apr 2021 09:23:28 +0200 Pierre-Yves David outgoing: pass subrepo path using function argument instead of abssource hack
Tue, 13 Apr 2021 15:30:32 +0200 Pierre-Yves David push-dests: move the code around missing default dest inside `get_push_paths`
Sun, 11 Apr 2021 20:00:46 +0200 Pierre-Yves David outgoing: merge the code handling --graph with the main one
Tue, 13 Apr 2021 12:28:44 +0200 Pierre-Yves David urlutil: add a `get_pull_paths` to perform the pull destination logic
Mon, 12 Apr 2021 22:22:56 +0200 Pierre-Yves David urlutil: add a `get_push_paths` to perform the push destination logic
Mon, 12 Apr 2021 06:34:54 +0200 Pierre-Yves David urlutil: extract `parseurl` from `hg` into the new module
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Fri, 09 Apr 2021 08:46:40 -0700 Martin von Zweigbergk rename: add --forget option and stop suggesting `hg revert` for undoing
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Fri, 19 Mar 2021 00:28:30 -0400 Matt Harbison commands: necessary annotations and assertions to pass pytype
Fri, 19 Mar 2021 23:16:09 -0700 Martin von Zweigbergk bisect: use standard one-line commit summary
Thu, 18 Mar 2021 18:24:59 -0400 Matt Harbison merge with stable
Wed, 10 Mar 2021 05:50:20 +0100 Pierre-Yves David push: allow to specify multiple destinations
Wed, 17 Mar 2021 15:20:45 +0100 Pierre-Yves David push: indent the some part of the command
Sun, 08 Nov 2020 20:17:09 +0100 Joerg Sonnenberger bundle: optional multithreaded compression, ATM zstd-only
Wed, 10 Mar 2021 06:03:01 +0100 Pierre-Yves David pull: allow to specify multiple sources
Wed, 10 Mar 2021 06:03:55 +0100 Pierre-Yves David pull: pre-indent a part of the function
Wed, 10 Mar 2021 05:54:27 +0100 Pierre-Yves David command: clarify `postincoming` return and that return handling
Thu, 11 Mar 2021 17:26:49 +0100 Pierre-Yves David ui: pass a `ui` object to `paths.getpath`
Fri, 12 Mar 2021 17:59:02 -0500 Matt Harbison bisect: replace a missing method on the list primitive stable
Thu, 11 Mar 2021 17:16:29 -0500 Matt Harbison grep: convert an exception to bytes for a warning message stable
Mon, 15 Feb 2021 14:48:36 -0500 Valentin Gatien-Baron sshpeer: enable+fix warning about sshpeers not being closed explicitly
Thu, 04 Feb 2021 13:21:01 -0800 Martin von Zweigbergk diff: extract function for getting possibly re-merged parent to diff against
Thu, 04 Feb 2021 13:05:51 -0800 Martin von Zweigbergk diff: replace --merge option by config option
Mon, 01 Feb 2021 11:57:18 -0500 Augie Fackler diff: suppress `merging foo` output lines when performing a merge diff
Thu, 07 May 2020 16:50:26 -0400 Augie Fackler diff: add experimental support for "merge diffs"
Fri, 29 Jan 2021 17:32:09 +0530 Pulkit Goyal merge with stable
Wed, 27 Jan 2021 00:54:57 -0500 Matt Harbison copyright: update to 2021 stable
Mon, 18 Jan 2021 10:24:20 +0100 Valentin Gatien-Baron purge: move extension into core mercurial
Mon, 18 May 2020 17:29:53 -0400 Augie Fackler cleanup: use mergestate.unresolvedcount() instead of bool(list(unresolved()))
Mon, 11 Jan 2021 14:10:31 -0500 Augie Fackler merge with stable
Sun, 20 Dec 2020 15:47:02 +0100 Dan Villiom Podlaski Christiansen tags: describe all abnormal tag types in `hg tags -v`
Fri, 24 Apr 2020 16:36:04 +0200 Joerg Sonnenberger bundle: optional advisory obsolescence parts
Thu, 24 Dec 2020 15:58:08 +0900 Yuya Nishihara log: update documentation about --follow with/without --rev (issue6459) stable
Thu, 10 Dec 2020 14:39:22 -0800 Martin von Zweigbergk diff: deprecate -r option
Thu, 10 Dec 2020 12:06:55 -0800 Martin von Zweigbergk diff: update synopsis to use --from/--to instead of -r
Thu, 10 Dec 2020 12:00:45 -0800 Martin von Zweigbergk diff: describe behavior by using --from/--to instead of varying revision count
Wed, 09 Dec 2020 18:51:52 -0800 Martin von Zweigbergk docs: prefer `hg diff --from/--to` over `-r`
Wed, 09 Dec 2020 18:31:19 -0800 Martin von Zweigbergk diff: add --from and --to flags as clearer alternative to -r -r
Tue, 08 Dec 2020 13:33:40 -0800 Martin von Zweigbergk status: disable morestatus when using -0
Tue, 01 Dec 2020 19:32:36 +0900 Yuya Nishihara log: do not override other filtering and sorting options by --bookmark
Wed, 02 Dec 2020 23:15:11 +0100 Pierre-Yves David pull: flush stdin after the `pull from` message
Mon, 23 Nov 2020 12:45:39 +0100 Simon Sapin bisect: refactor to work on a list of revspecs
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sat, 21 Nov 2020 13:30:50 +0530 Pulkit Goyal commands: fix checking of share safe requirement on `config --shared`
Mon, 23 Nov 2020 12:31:53 -0800 Martin von Zweigbergk errors: consistently don't use trailing "!" in "not found in manifest" message
Mon, 23 Nov 2020 12:20:19 +0100 Simon Sapin bisect: use tuple literal instead of split on string literal
Tue, 17 Nov 2020 21:30:50 -0500 Sebastien Boisvert log: add bookmark option to "hg log"
Thu, 22 Oct 2020 14:14:59 -0700 Martin von Zweigbergk errors: introduce CanceledError and use it in a few places
Tue, 20 Oct 2020 08:56:00 -0700 Martin von Zweigbergk errors: raise more specific errors when default remote not configured
Mon, 12 Oct 2020 12:44:18 -0700 Martin von Zweigbergk errors: introduce StateError and use it from commands and cmdutil
Tue, 06 Oct 2020 22:36:15 -0700 Martin von Zweigbergk errors: introduce InputError and use it from commands and cmdutil
Tue, 03 Nov 2020 20:20:49 -0800 Martin von Zweigbergk serve: simply return instead of calling sys.exit() in `hg serve --stdio`
Tue, 03 Nov 2020 20:18:26 -0800 Martin von Zweigbergk httpservice: move sys.exit() out of serve_forever()
Thu, 29 Oct 2020 13:54:25 +0100 Dan Villiom Podlaski Christiansen commit: warn the user when a commit already exists
less more (0) -3000 -1000 -300 -100 -60 tip