Wed, 07 Jun 2006 18:33:15 +0200 pick a non-conflicting module name when loading an extension
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 07 Jun 2006 18:33:15 +0200] rev 2405
pick a non-conflicting module name when loading an extension prefix the module name by 'hgext_' so that it doesn't conflict with any core python module (for example bisect -> hgext_bisect) fix issue271
Mon, 05 Jun 2006 16:48:24 +0200 Fixed 'hg serve --webdir-conf foo' which broke due to split of hgweb.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 05 Jun 2006 16:48:24 +0200] rev 2404
Fixed 'hg serve --webdir-conf foo' which broke due to split of hgweb.
Mon, 05 Jun 2006 12:24:00 +0200 Further cleanup of ui.py (changeset 74d569332f8b used one-char variable names).
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 05 Jun 2006 12:24:00 +0200] rev 2403
Further cleanup of ui.py (changeset 74d569332f8b used one-char variable names).
Fri, 02 Jun 2006 16:19:47 +0900 packagescan can't scan nested packages
Eung-Ju PARK <eungju@gmail.com> [Fri, 02 Jun 2006 16:19:47 +0900] rev 2402
packagescan can't scan nested packages
Sun, 04 Jun 2006 17:08:02 -0700 move purge extension out of hgext.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 17:08:02 -0700] rev 2401
move purge extension out of hgext. it is not as clean as other modules in hgext. can move back after rewrite.
Sun, 04 Jun 2006 16:47:46 -0700 import: allow to import stdin with file name "-"
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 16:47:46 -0700] rev 2400
import: allow to import stdin with file name "-"
Sun, 04 Jun 2006 10:32:13 -0700 fix comment.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 10:32:13 -0700] rev 2399
fix comment.
Sun, 04 Jun 2006 10:30:46 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 10:30:46 -0700] rev 2398
merge with crew.
Sun, 04 Jun 2006 10:29:34 -0700 merge change to ssh protocol.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 10:29:34 -0700] rev 2397
merge change to ssh protocol.
Sun, 04 Jun 2006 10:26:05 -0700 refactor ssh server.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 10:26:05 -0700] rev 2396
refactor ssh server.
Sun, 04 Jun 2006 17:46:33 +0200 remove appendfile for the manifest when adding a changegroup
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 04 Jun 2006 17:46:33 +0200] rev 2395
remove appendfile for the manifest when adding a changegroup Since the changelog is using appendfile, the manifest entries cannot be referenced, so we don't need to use append file for the manifest.
Sun, 04 Jun 2006 12:19:51 +0200 hgweb: fix errors and warnings found by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 04 Jun 2006 12:19:51 +0200] rev 2394
hgweb: fix errors and warnings found by pychecker - fix missing import - use type_ instead of type - remove unused variable
Sun, 04 Jun 2006 02:25:27 +0200 dirstate: refactor the dirstate binary format, remove magic numbers
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 04 Jun 2006 02:25:27 +0200] rev 2393
dirstate: refactor the dirstate binary format, remove magic numbers
Fri, 02 Jun 2006 08:25:02 -0700 Adjusting hgweb splitup to be a little cleaner.
Eric Hopper <hopper@omnifarious.org> [Fri, 02 Jun 2006 08:25:02 -0700] rev 2392
Adjusting hgweb splitup to be a little cleaner.
Fri, 02 Jun 2006 08:05:01 -0700 Fixing up comment headers for split up code.
Eric Hopper <hopper@omnifarious.org> [Fri, 02 Jun 2006 08:05:01 -0700] rev 2391
Fixing up comment headers for split up code.
Thu, 01 Jun 2006 15:55:09 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 01 Jun 2006 15:55:09 -0700] rev 2390
merge with crew.
Thu, 01 Jun 2006 15:54:54 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 01 Jun 2006 15:54:54 -0700] rev 2389
merge with crew.
Thu, 01 Jun 2006 15:54:31 -0700 Cleanup: unifiy the coding style in the ui.py configitems forwarders.
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Thu, 01 Jun 2006 15:54:31 -0700] rev 2388
Cleanup: unifiy the coding style in the ui.py configitems forwarders. No functional changes.
Thu, 01 Jun 2006 15:53:43 -0700 Expand '~' in path to extensions.
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Thu, 01 Jun 2006 15:53:43 -0700] rev 2387
Expand '~' in path to extensions.
Thu, 01 Jun 2006 13:47:34 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 01 Jun 2006 13:47:34 -0700] rev 2386
merge with crew.
Mon, 22 May 2006 16:47:40 +0200 The line used to ignore the setup file for win32 is a regexp but it was after a "syntax: glob"
Marco Barisione <marco@barisione.org> [Mon, 22 May 2006 16:47:40 +0200] rev 2385
The line used to ignore the setup file for win32 is a regexp but it was after a "syntax: glob"
Mon, 22 May 2006 14:12:41 +0200 Automatically add the path of hg to %PATH% using add_path
Marco Barisione <marco@barisione.org> [Mon, 22 May 2006 14:12:41 +0200] rev 2384
Automatically add the path of hg to %PATH% using add_path
Mon, 22 May 2006 14:06:12 +0200 Ignore the .exe setup file for Windows
Marco Barisione <marco@barisione.org> [Mon, 22 May 2006 14:06:12 +0200] rev 2383
Ignore the .exe setup file for Windows
Fri, 02 Jun 2006 00:33:42 +0200 Make indentation of purge's cmdtable match to mercurial/commands.py
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 02 Jun 2006 00:33:42 +0200] rev 2382
Make indentation of purge's cmdtable match to mercurial/commands.py
Fri, 02 Jun 2006 00:28:28 +0200 Rewritten install instructions for hg-purge to match new situation, fixed typos.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 02 Jun 2006 00:28:28 +0200] rev 2381
Rewritten install instructions for hg-purge to match new situation, fixed typos.
Thu, 01 Jun 2006 23:58:43 +0200 Merged hg-purge
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 01 Jun 2006 23:58:43 +0200] rev 2380
Merged hg-purge
Thu, 01 Jun 2006 23:58:06 +0200 Reorganized files in hg-purge repo to push them into Mercurial.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 01 Jun 2006 23:58:06 +0200] rev 2379
Reorganized files in hg-purge repo to push them into Mercurial. README -> hgext/purge/README purge.py -> hgext/purge/__init__.py removed COPYING.GPL and .hgignore (already in the Mercurial repo)
Fri, 26 May 2006 13:13:39 +0200 Removed --nothing, added --print and --print0
Marco Barisione <marco@barisione.org> [Fri, 26 May 2006 13:13:39 +0200] rev 2378
Removed --nothing, added --print and --print0
Tue, 16 May 2006 22:36:31 +0200 The meaning of the directories on the command line is now explained correctly
Marco Barisione <marco@barisione.org> [Tue, 16 May 2006 22:36:31 +0200] rev 2377
The meaning of the directories on the command line is now explained correctly
Tue, 16 May 2006 22:00:38 +0200 Marked strings for translation
Marco Barisione <marco@barisione.org> [Tue, 16 May 2006 22:00:38 +0200] rev 2376
Marked strings for translation
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip