log mercurial/revset.py @ 48674:f7086f6173f8 stable

age author description
Fri, 18 Jun 2021 15:48:51 -0700 Martin von Zweigbergk ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
Sun, 11 Apr 2021 19:19:34 +0200 Pierre-Yves David revset: document the `outgoing` behavior if the path resolve to multiple urls
Fri, 30 Apr 2021 03:09:16 +0200 Joerg Sonnenberger core: don't hard-code hex node lengths
Thu, 15 Apr 2021 09:59:12 +0200 Pierre-Yves David revset: drop an outdated comment
Wed, 14 Apr 2021 20:21:11 +0200 Pierre-Yves David revset: use `get_unique_pull_path` for `remote(?)`
Sun, 11 Apr 2021 19:18:54 +0200 Pierre-Yves David outgoing: use `get_push_paths` in the revset too
Mon, 12 Apr 2021 06:34:54 +0200 Pierre-Yves David urlutil: extract `parseurl` from `hg` into the new module
Thu, 25 Mar 2021 18:02:08 +0100 Rapha?l Gom?s contributor: change mentions of mpm to olivia
Wed, 17 Mar 2021 20:06:35 +0100 Pierre-Yves David revset: introduce a `nodefromfile` revset
Thu, 11 Mar 2021 17:26:49 +0100 Pierre-Yves David ui: pass a `ui` object to `paths.getpath`
Mon, 15 Feb 2021 14:48:36 -0500 Valentin Gatien-Baron sshpeer: enable+fix warning about sshpeers not being closed explicitly
Wed, 09 Dec 2020 20:22:25 -0800 Martin von Zweigbergk errors: raise InputError if an ambiguous revision id prefix is used
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sat, 17 Oct 2020 13:00:04 +0900 Yuya Nishihara revset: rename diff(pattern) to diffcontains(pattern) stable