hgext/githelp.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
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
Thu, 28 May 2020 09:51:13 -0400 Augie Fackler githelp: add some minimal help for pickaxe functionality
Fri, 27 Dec 2019 13:29:45 -0500 Matt Harbison githelp: drop unused variable assignments
Thu, 05 Dec 2019 11:15:19 -0500 Augie Fackler merge with stable
Sat, 30 Nov 2019 03:02:53 -0500 Matt Harbison githelp: fix a `str` type conditional for py3 stable
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
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
Thu, 30 May 2019 16:42:38 +0800 Anton Shestakov githelp: translate git stash show and clear actions and --patch flag
Thu, 30 May 2019 16:40:34 +0800 Anton Shestakov githelp: add --dry-run for mv
Thu, 30 May 2019 16:38:42 +0800 Anton Shestakov githelp: translate --directory of git apply to --prefix
Sat, 26 Jan 2019 14:16:34 -0800 Gregory Szorc githelp: format with %d if an integer
Sat, 26 Jan 2019 14:14:44 -0800 Gregory Szorc githelp: make argument parsing more compatible with Python 3
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Wed, 23 May 2018 22:25:00 -0400 Matt Harbison py3: replace str.format(x) with `str % x` in githelp
Wed, 23 May 2018 22:17:04 -0400 Matt Harbison githelp: drop the trailing period from single sentence output for consistency
Tue, 22 May 2018 23:48:08 -0400 Matt Harbison githelp: cleanup one more abort message
Tue, 22 May 2018 20:43:42 +0900 Yuya Nishihara githelp: do not concatenate i18n messages dynamically so they can be collected
Mon, 21 May 2018 23:04:28 -0400 Matt Harbison githelp: lowercase the start of output messages for consistency
Mon, 21 May 2018 22:57:05 -0400 Matt Harbison githelp: rewrite a Yoda conditional
Mon, 21 May 2018 22:55:17 -0400 Matt Harbison githelp: make several strings localizable
Mon, 21 May 2018 22:41:55 -0400 Matt Harbison githelp: cleanly abort if the `svn` command is unknown
Mon, 21 May 2018 22:32:15 -0400 Matt Harbison githelp: fail gracefully in a couple cases where arguments are missing
Thu, 05 Apr 2018 23:23:48 -0700 Martin von Zweigbergk githelp: use revsymbol() for looking up symbol
Sat, 24 Mar 2018 15:10:51 +0900 Yuya Nishihara procutil: bulk-replace function calls to point to new module
Sun, 11 Feb 2018 17:23:58 -0800 Gregory Szorc githelp: cast commands to bytes
Sun, 14 Jan 2018 11:19:45 -0800 Gregory Szorc githelp: don't reference 3rd party commands for `git show`
Mon, 18 Dec 2017 21:09:08 -0800 Gregory Szorc githelp: improve help for "reset"
Mon, 18 Dec 2017 21:02:49 -0800 Gregory Szorc githelp: clean up reflog help
Mon, 18 Dec 2017 20:58:00 -0800 Gregory Szorc githelp: replace suggestion of `hg record`
Mon, 18 Dec 2017 20:56:01 -0800 Gregory Szorc githelp: remove reference to tweakdefaults
Fri, 22 Dec 2017 18:38:29 -0700 Gregory Szorc githelp: recommend `hg import` for `git am`
Mon, 18 Dec 2017 20:51:20 -0800 Gregory Szorc githelp: improve help for `git add`
Mon, 18 Dec 2017 20:44:59 -0800 Gregory Szorc githelp: vendor Facebook authored extension
less more (0) tip