Fri, 09 Jul 2021 11:42:48 -0400 |
Matt Harbison |
doc: wrap the help text for the purge extension
|
Tue, 22 Jun 2021 13:18:29 -0400 |
Matt Harbison |
purge: restore the `testedwith` declaration
|
Mon, 18 Jan 2021 10:24:20 +0100 |
Valentin Gatien-Baron |
purge: move extension into core mercurial
|
Mon, 18 Jan 2021 10:24:03 +0100 |
Pierre-Yves David |
purge: add a --confirm option
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Wed, 15 Jul 2020 13:19:09 -0700 |
Martin von Zweigbergk |
purge: classify as a "working directory management" command in help
|
Sat, 08 Feb 2020 10:22:47 -0500 |
Valentin Gatien-Baron |
purge: add -i flag to delete ignored files instead of untracked files
|
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
|
Sat, 13 Oct 2018 02:17:41 -0700 |
rdamazio |
help: assigning categories to existing commands
|
Thu, 06 Sep 2018 18:30:12 -0700 |
Gregory Szorc |
merge: move purge logic from extension
|
Fri, 02 Mar 2018 00:37:07 -0500 |
Augie Fackler |
purge: apply byteskwargs to opts, fixing all python3 issues here
|
Sun, 14 May 2017 16:19:47 +0900 |
Yuya Nishihara |
commands: move templates of common command options to cmdutil (API)
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
Mon, 16 May 2016 14:21:39 -0700 |
Gregory Szorc |
purge: use opts.get()
|
Sat, 14 May 2016 14:03:12 +0900 |
Yuya Nishihara |
py3: move up symbol imports to enforce import-checker rules
|
Wed, 02 Mar 2016 21:39:55 +0000 |
timeless |
purge: use absolute_import
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Wed, 30 Sep 2015 15:43:49 -0500 |
Matt Mackall |
urls: bulk-change primary website URLs
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
Fri, 03 Oct 2014 10:38:43 -0700 |
Martin von Zweigbergk |
purge: access status fields by name rather than index
|
Wed, 20 Aug 2014 15:07:25 -0700 |
Siddharth Agarwal |
purge: avoid full walks when directories aren't purged
|
Mon, 04 Aug 2014 15:24:57 -0500 |
Matt Mackall |
purge: drop stat import
|
Sat, 02 Aug 2014 09:45:21 +0100 |
Christian Ebert |
purge: prefer util.unlink instead over own removefile
|
Thu, 07 Nov 2013 17:24:14 -0800 |
Ben Kehoe |
purge: add options for deleting only files or only directories
|
Tue, 25 Feb 2014 06:30:21 +0530 |
anuraggoel |
purge: avoid duplicate output for --print (issue4092)
stable
|
Sun, 28 Apr 2013 21:27:57 -0700 |
Siddharth Agarwal |
purge: hook into match.explicitdir and traversedir
|
Tue, 12 Jun 2012 14:18:18 +0200 |
Martin Geisler |
purge: lowercase messages
|
Tue, 15 May 2012 14:37:49 -0500 |
Augie Fackler |
hgext: mark all first-party extensions as such
|