Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Thu, 14 Nov 2019 20:35:11 -0800 |
Gregory Szorc |
black: blacken scripts
|
Sat, 05 Oct 2019 17:01:02 -0400 |
Gregory Szorc |
hg: remove HGUNICODEPEDANTRY and RTUNICODEPEDANTRY
|
Tue, 21 Aug 2018 15:25:46 -0400 |
Augie Fackler |
hg: wrap the highest layer in the `hg` script possible in trace event
|
Mon, 02 Oct 2017 07:18:24 +0100 |
Yuya Nishihara |
dispatch: move initialization of sys.std* files
|
Tue, 22 Aug 2017 14:14:19 -0400 |
Augie Fackler |
hg: update top-level script to use modern import conventions
|
Sun, 21 May 2017 12:51:01 -0700 |
Siddharth Agarwal |
init: turn on demandimport for Python 3.6 and above
|
Wed, 11 May 2016 23:24:41 +0000 |
timeless |
hg: disable demandimport for py3
|
Tue, 05 Apr 2016 01:35:36 +0000 |
timeless |
hg: limit HGUNICODEPEDANTRY to py2
|
Mon, 23 Jun 2014 09:33:07 -0400 |
Augie Fackler |
hg: add support for HGUNICODEPEDANTRY environment variable
|
Fri, 06 May 2011 15:25:35 +0200 |
Adrian Buehlmann |
rename util.set_binary to setbinary
|
Thu, 21 Oct 2010 09:58:22 -0700 |
L. David Baron |
setup/hg: handle hg being a symlink when appending relative libdir to sys.path
stable
|
Tue, 17 Aug 2010 15:44:38 +0200 |
Dan Villiom Podlaski Christiansen |
setup/hg: always load Mercurial from where it was installed.
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Mon, 19 Jan 2009 16:19:09 -0600 |
Matt Mackall |
Give a useful message about PYTHONPATH if startup fails
|
Sat, 10 Nov 2007 21:30:59 +0100 |
Patrick Mezard |
Change standard streams mode to binary at hg startup
|
Sat, 18 Aug 2007 11:37:08 +0200 |
Thomas Arendsen Hein |
Enable demandimport only in scripts, not in importable modules (issue605)
|
Wed, 15 Aug 2007 16:55:13 -0500 |
Matt Mackall |
dispatch: move command dispatching into its own module
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Sun, 05 Feb 2006 22:21:02 -0600 |
Matt Mackall |
Update copyright notice
|
Wed, 29 Jun 2005 10:42:35 -0800 |
mpm |
Whitespace cleanups
|
Fri, 24 Jun 2005 12:28:09 -0800 |
mpm |
Release tweaks
0.6
|
Wed, 08 Jun 2005 10:52:01 -0800 |
mpm |
Mark the usual things executable
|
Sat, 04 Jun 2005 14:16:32 -0800 |
mpm |
import and startup cleanups
|
Sat, 04 Jun 2005 13:45:31 -0800 |
mpm |
migrate remaining commands
|
Sat, 04 Jun 2005 12:24:23 -0800 |
mpm |
migrate verify
|
Sat, 04 Jun 2005 12:14:14 -0800 |
mpm |
Migrate rawcommit, import, export, history, and merge
|
Sat, 04 Jun 2005 11:18:56 -0800 |
mpm |
big heap of command clean-up work
|
Fri, 03 Jun 2005 18:29:46 -0800 |
mpm |
Resolve bits from TAH
|
Fri, 03 Jun 2005 13:32:37 -0800 |
mpm |
Merge from tah
|
Fri, 03 Jun 2005 12:55:56 -0800 |
mpm |
make diffdir default to dirstate.parents()
|
Fri, 03 Jun 2005 12:46:38 -0800 |
mpm |
move repo.current to dirstate.parents()
|
Fri, 03 Jun 2005 12:45:04 -0800 |
mpm |
merge: don't bail on outstanding changes
|
Fri, 03 Jun 2005 12:43:16 -0800 |
mpm |
fix bad assumption about uniqueness of file versions
|
Thu, 02 Jun 2005 17:39:29 -0800 |
mpm |
change dircache into dirstate
|
Wed, 01 Jun 2005 19:19:38 -0800 |
mpm |
hg checkout: refuse to checkout if there are outstanding changes
|
Wed, 01 Jun 2005 11:48:34 -0800 |
mpm |
commands: migrate status and branch
|
Wed, 01 Jun 2005 10:40:19 -0800 |
mpm |
hg undo: fixup working dir state
|
Wed, 01 Jun 2005 00:25:42 -0800 |
mpm |
Beginning of new command parsing interface
|
Tue, 31 May 2005 22:57:53 -0800 |
mpm |
Move ui class to its own module
|
Tue, 31 May 2005 22:45:50 -0800 |
mpm |
hg: don't complain about missing repo with no args
|
Tue, 31 May 2005 21:33:27 -0800 |
mpm |
hg rawcommit command
|
Mon, 30 May 2005 10:21:21 -0800 |
mpm |
hgweb: fix tip so that it doesn't need refreshing
|
Mon, 30 May 2005 09:53:48 -0700 |
jake |
add export, recover, and undo to the man page
|
Mon, 30 May 2005 08:27:21 -0800 |
mpm |
Bump the version number to 0.5b for the protocol change
0.5b
|
Mon, 30 May 2005 08:03:54 -0800 |
mpm |
Changes to network protocol
|
Sat, 28 May 2005 14:09:11 -0800 |
mpm |
Mercurial 0.5
0.5
|
Thu, 26 May 2005 23:39:42 -0800 |
mpm |
hg: remove some debug commands, improve help messages, add .hgpaths file
|
Thu, 26 May 2005 22:54:48 -0800 |
mpm |
hg merge: abort if there are outstanding changes in the working directory
|
Thu, 26 May 2005 09:48:50 -0800 |
mpm |
Make undo and recover friendlier
|
Thu, 26 May 2005 09:04:54 -0800 |
mpm |
Implement recover and undo commands
|
Wed, 25 May 2005 16:27:10 -0800 |
mpm |
Add 'hg serve' command for stand-alone server
|
Wed, 25 May 2005 08:54:54 -0800 |
mpm |
Merge from hgweb
|
Wed, 25 May 2005 08:53:01 -0800 |
mpm |
Add options to annotate for user/rev/changeset
|
Tue, 24 May 2005 20:29:38 -0800 |
mpm |
Minor fixes to verify
|
Mon, 23 May 2005 20:57:48 -0800 |
mpm |
Prettify the web interface
|
Sat, 21 May 2005 17:26:44 -0800 |
mpm |
Make hg diff handle files that have been added but not yet committed.
|
Sat, 21 May 2005 17:03:12 -0800 |
mpm |
Fix diff and export not showing added files
|