Tue, 21 Feb 2023 22:17:33 +0100 |
Pierre-Yves David |
automv: lock the repository before searching for renames
|
Wed, 14 Dec 2022 00:52:06 +0100 |
Pierre-Yves David |
dirstate: use `dirstate.change_files` to scope the change in `automv`
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Fri, 28 Jun 2019 14:13:00 -0700 |
Martin von Zweigbergk |
automv: access status fields by name, not index
|
Fri, 28 Jun 2019 14:07:09 -0700 |
Martin von Zweigbergk |
automv: use public API for getting copies
|
Fri, 08 Feb 2019 13:20:46 -0800 |
Martin von Zweigbergk |
automv: respect ui.relative-paths
|
Sun, 22 Oct 2017 23:52:22 +0530 |
Pulkit Goyal |
py3: handle keyword arguments in hgext/automv.py
|
Fri, 30 Jun 2017 03:27:24 +0200 |
Pierre-Yves David |
configitems: register the 'automv.similarity' config
|
Thu, 23 Mar 2017 21:15:39 -0700 |
Jun Wu |
automv: use lowercase for docstring title
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
Tue, 16 Feb 2016 15:58:32 +0000 |
Martijn Pieters |
automv: use 95 as the default similarity threshold
|
Mon, 15 Feb 2016 17:24:42 +0000 |
Martijn Pieters |
automv: switch to specifying the similarity as an integer (0-100)
|
Mon, 15 Feb 2016 17:16:07 +0000 |
Martijn Pieters |
automv: do not release lock between marking files and the actual commit
|
Mon, 15 Feb 2016 17:13:18 +0000 |
Martijn Pieters |
automv: reuse existing scutil._markchanges() function
|
Mon, 15 Feb 2016 17:01:33 +0000 |
Martijn Pieters |
automv: improve function docstrings
|
Mon, 15 Feb 2016 16:51:31 +0000 |
Martijn Pieters |
automv: remove test for 'developer mode'
|
Mon, 15 Feb 2016 16:40:06 +0000 |
Martijn Pieters |
automv: simplify retrieving the status
|
Mon, 08 Feb 2016 13:52:51 +0000 |
Martijn Pieters |
automv: new experimental extension
|