hgext/hgk.py
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Tue, 14 Mar 2017 23:48:25 -0700 Pierre-Yves David hgk: don't use mutable default argument value
Mon, 06 Mar 2017 03:27:52 -0800 Simon Farnsworth hgk: set a blocked tag when the user invokes view
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Tue, 21 Jun 2016 00:50:39 +0900 FUJIWARA Katsunori check-code: detect "missing _() in ui message" more exactly
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Fri, 06 May 2016 21:50:40 +0530 Pulkit Goyal py3: make hgext/hgk.py use absolute_import
Thu, 25 Jun 2015 17:37:14 -0500 Matt Mackall hgk: tweak doc format for path option
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Fri, 03 Apr 2015 22:44:25 +0200 Andrew Shadura hgk: display committer name when set by hg-git
Mon, 30 Mar 2015 14:58:42 -0400 Augie Fackler hgk: remove unused revlog import
Sat, 28 Mar 2015 21:33:47 +0100 Andrew Shadura hgk: remove no longer needed debug-rev-parse command
Sat, 28 Mar 2015 21:24:57 +0100 Andrew Shadura hgk: remove no longer needed debug-config command
Sat, 28 Mar 2015 20:05:01 +0100 Andrew Shadura hgk: display obsolete changesets in darkgrey
Sat, 28 Mar 2015 19:36:21 +0100 Andrew Shadura hgk: pass --hidden switch to hg subprocesses when needed
Sat, 28 Mar 2015 19:34:03 +0100 Andrew Shadura hgk: remove repetitious (and wrong) command syntax descriptions
Tue, 18 Nov 2014 21:38:19 -0800 Siddharth Agarwal hgk: don't honor whitespace and format-changing diffopts
Sat, 08 Nov 2014 13:06:22 +0900 Yuya Nishihara util.system: use ui.system() in place of optional ui.fout parameter
Wed, 12 Nov 2014 21:53:44 +0900 Yuya Nishihara hgk: forward command output to ui.fout consistently
Sun, 28 Sep 2014 15:21:29 +0200 Andrew Shadura hgk: don't break on repositories with obsolete changesets
Sun, 04 May 2014 22:33:22 -0700 Gregory Szorc hgk: define inferrepo in command decorator
Sun, 04 May 2014 21:31:51 -0700 Gregory Szorc hgk: declare commands using decorator
Mon, 25 Mar 2013 16:57:36 -0700 Bryan O'Sullivan hgk: fix a pyflakes error
Fri, 22 Mar 2013 09:19:41 -0700 Andrew Shadura hgk: add support for phases
Tue, 16 Oct 2012 22:19:08 +0200 Andrew Shadura hgk: no committer please
Sun, 25 Nov 2012 13:53:47 -0600 Matt Mackall i18n: wrap false positives for translation detection
Tue, 16 Oct 2012 11:43:15 -0700 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748)
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: switch match users to supplying contexts
Fri, 13 May 2011 14:58:24 -0500 Matt Mackall scmutil: drop aliases in cmdutil for match functions
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
Fri, 27 Aug 2010 22:36:35 -0400 Brodie Rao help: refer to user configuration file more consistently stable
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Tue, 18 May 2010 16:31:10 +0200 Martin Geisler Use our custom hg reStructuredText role some more
Mon, 08 Feb 2010 15:36:34 +0100 Benoit Boissinot fix coding style (reported by pylint)
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Sun, 26 Jul 2009 01:47:25 +0200 Martin Geisler hgk: wrap docstrings at 70 characters
Thu, 23 Jul 2009 00:23:24 +0200 Martin Geisler hgk: use reST syntax for literal blocks
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler hgk: wrapped docstrings at 78 characters
Sat, 27 Jun 2009 12:03:48 +0200 Martin Geisler hgk: standardize cmdline help strings
Mon, 22 Jun 2009 15:48:08 +0200 Cédric Duval extensions: improve the consistency of synopses
Sat, 20 Jun 2009 20:57:13 +0200 Cédric Duval help: remove per-extension paragraph on how to enable it
Tue, 09 Jun 2009 09:25:31 -0400 timeless Spell Mercurial as a proper noun
Tue, 26 May 2009 22:59:52 +0200 Martin Geisler replace "i in range(len(xs))" with "i, x in enumerate(xs)"
Mon, 25 May 2009 23:06:11 +0200 Martin Geisler replace xrange(0, n) with xrange(n)
Sun, 24 May 2009 22:37:20 +0200 Martin Geisler use ui instead of repo.ui when the former is in scope
Sun, 17 May 2009 03:25:24 +0200 Benoit Boissinot hgk: use set instead of dict
Sun, 26 Apr 2009 01:25:53 +0200 Martin Geisler add blank line after copyright notices and after header
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sat, 04 Apr 2009 23:17:33 +0200 Martin Geisler hgk: word-wrap help texts at 70 characters
Sat, 03 Jan 2009 17:15:15 +0100 Martin Geisler lowercase help output
Mon, 03 Nov 2008 16:48:23 +0100 Dirkjan Ochtman patch: turn patch.diff() into a generator
Sat, 06 Sep 2008 17:44:01 +0200 Martin Geisler i18n, hgk: mark command line options for translation
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in hgk extension
Sun, 20 Jul 2008 20:00:02 +0200 Patrick Mezard Merge with main
Sat, 05 Jul 2008 14:35:36 +0200 Patrick Mezard hgk: ctx.parents() problem introduced by 2d54e7c1e69d
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall hgk: fix parent breakage
Fri, 27 Jun 2008 13:43:29 -0500 Matt Mackall status: clean up all users for unknown files
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
Thu, 12 Jun 2008 11:33:47 +0200 Dirkjan Ochtman convert comments to docstrings in a bunch of extensions
Sun, 18 May 2008 23:31:54 +0200 Patrick Mezard hgk: difftree must match all files when supplied list is empty
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files arg from repo.status and friends
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files argument from patch.diff
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: use match.files() for patch.diff
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall status: use match helpers for various users
Thu, 06 Mar 2008 22:51:16 +0100 Joel Rosdahl Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Fri, 18 Jan 2008 10:48:25 -0600 Matt Mackall transform a bunch of print statements to appropriate ui calls
Tue, 15 Jan 2008 13:46:32 +0100 Patrick Mezard hgk: display branch name in diff header
Sat, 29 Dec 2007 19:49:48 +0100 Thomas Arendsen Hein Removed tabs and trailing whitespace in python files
Fri, 05 Oct 2007 23:40:33 +0200 Patrick Mezard hgk: add basic usage and configuration documentation
Fri, 05 Oct 2007 22:39:36 +0200 Patrick Mezard hgk: add debug-config command to pass configuration options
Tue, 26 Jun 2007 22:38:57 +0200 Thomas Arendsen Hein Updated command tables in commands.py and hgext extensions.
Sat, 23 Jun 2007 21:10:55 +0200 Thomas Arendsen Hein hgk: Use $HG instead of hg (see 849f011dbf79)
Tue, 23 Jan 2007 17:41:53 -0600 Matt Mackall hgk: remove embedded nulls in descriptions
Tue, 26 Dec 2006 03:42:17 +0100 Benoit Boissinot hgk: (re)optimize reading of changelog and manifest
Tue, 26 Dec 2006 03:27:24 +0100 Benoit Boissinot hgk: use contexts
Tue, 26 Dec 2006 03:26:23 +0100 Benoit Boissinot hgk: remove unused code, node2 is always set
Mon, 25 Dec 2006 13:37:00 +0100 Benoit Boissinot remove various unused import
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Tue, 05 Dec 2006 16:39:54 -0600 Matt Mackall hgk: show view in short command list
Sun, 29 Oct 2006 10:53:51 +0100 Thomas Arendsen Hein Define and use nullrev (revision of nullid) instead of -1.
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Wed, 27 Sep 2006 08:27:16 -0500 TK Soh hgk: fix mixup of --limit and REVRANGE in hgk call
Wed, 13 Sep 2006 18:24:58 -0700 Brendan Cully hgk: add --limit, and revranges
Wed, 13 Sep 2006 13:50:28 -0700 Brendan Cully hgk: add revision numbers
Fri, 08 Sep 2006 00:56:37 +0200 Benoit Boissinot hgk.py: fix for a bug introduced in 32fd512ca7c0
Thu, 07 Sep 2006 14:13:01 +0200 Benoit Boissinot hgk.py: use mercurial.patch functions when possible
Thu, 07 Sep 2006 14:01:00 +0200 Benoit Boissinot hgk.py: use nullid instead of a constant
Wed, 06 Sep 2006 02:15:33 +0200 Benoit Boissinot hgk.py: fix warnings from pychecker
Wed, 06 Sep 2006 02:13:08 +0200 Benoit Boissinot hgk.py: add an optional file list to debug-diff-tree
Thu, 24 Aug 2006 16:12:23 -0500 TK Soh hgk: use short changeset hashes
Wed, 23 Aug 2006 00:19:24 +0200 Edouard Gomez Fix hgk extension due to 4ec58b157265 refactoring
Tue, 15 Aug 2006 11:22:29 +0200 Thomas Arendsen Hein merge with jeffpc
Tue, 15 Aug 2006 05:12:27 -0400 Josef "Jeff" Sipek Use demandload in hgk
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Tue, 01 Aug 2006 02:23:05 -0700 Brendan Cully Remove pointless reposetup hook from hgk.py
Fri, 30 Jun 2006 21:35:22 +0200 Brendan Cully hgk: Don't choke on empty changelogs
Wed, 14 Jun 2006 15:41:06 -0700 Vadim Gelfer move hgk.py into hgext. now to enable "hg view" is one less step.
less more (0) tip