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
Tue, 16 May 2006 21:43:21 +0200 Added some comments
Marco Barisione <marco@barisione.org> [Tue, 16 May 2006 21:43:21 +0200] rev 2375
Added some comments
Tue, 16 May 2006 21:05:00 +0200 Even on Windows self._repo.dirstate.state() wants '/' in paths
demian@gaudron.lan [Tue, 16 May 2006 21:05:00 +0200] rev 2374
Even on Windows self._repo.dirstate.state() wants '/' in paths
Tue, 16 May 2006 21:03:07 +0200 Some functions were called as globals (i.e. I forgot some "self.")
demian@gaudron.lan [Tue, 16 May 2006 21:03:07 +0200] rev 2373
Some functions were called as globals (i.e. I forgot some "self.")
Tue, 16 May 2006 18:55:22 +0200 Changset de893ad6bd17 wrongly reversed the meaning of --nothing
demian@gaudron.lan [Tue, 16 May 2006 18:55:22 +0200] rev 2372
Changset de893ad6bd17 wrongly reversed the meaning of --nothing
Tue, 16 May 2006 14:54:34 +0200 Use self._ui.note(...) instead of if self._ui.verbose: self._ui.status(...)
demian@gaudron.lan [Tue, 16 May 2006 14:54:34 +0200] rev 2371
Use self._ui.note(...) instead of if self._ui.verbose: self._ui.status(...)
Tue, 16 May 2006 13:40:45 +0200 Command line options are read in a saner way
demian@gaudron.lan [Tue, 16 May 2006 13:40:45 +0200] rev 2370
Command line options are read in a saner way
Tue, 16 May 2006 13:37:48 +0200 Purge.from_command is now a function called purge
demian@gaudron.lan [Tue, 16 May 2006 13:37:48 +0200] rev 2369
Purge.from_command is now a function called purge
Sat, 13 May 2006 14:57:16 +0200 Added a link to the home page of hg purge
demian@gaudron.lan [Sat, 13 May 2006 14:57:16 +0200] rev 2368
Added a link to the home page of hg purge
Sat, 13 May 2006 14:36:03 +0200 Added a link to the page for CVS utilities
demian@gaudron.lan [Sat, 13 May 2006 14:36:03 +0200] rev 2367
Added a link to the page for CVS utilities
Sat, 13 May 2006 14:24:18 +0200 Added some lines on the requirements for purge
demian@gaudron.lan [Sat, 13 May 2006 14:24:18 +0200] rev 2366
Added some lines on the requirements for purge
Sat, 13 May 2006 14:12:13 +0200 Added an explanation on how to enable the extension in "~/.hgrc"
demian@gaudron.lan [Sat, 13 May 2006 14:12:13 +0200] rev 2365
Added an explanation on how to enable the extension in "~/.hgrc"
Fri, 12 May 2006 20:26:19 +0200 Initial commit
demian@gaudron.lan [Fri, 12 May 2006 20:26:19 +0200] rev 2364
Initial commit
Sun, 04 Jun 2006 18:05:52 +0100 Give a response to unknown SSH commands
Matt Mackall <mpm@selenic.com> [Sun, 04 Jun 2006 18:05:52 +0100] rev 2363
Give a response to unknown SSH commands
Thu, 01 Jun 2006 19:08:29 +0200 Renamed localrepo.undo() to rollback() and talk about "rollback information".
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 01 Jun 2006 19:08:29 +0200] rev 2362
Renamed localrepo.undo() to rollback() and talk about "rollback information".
Thu, 01 Jun 2006 18:36:32 +0200 Fix automatic decompression of tarballs with Firefox.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 01 Jun 2006 18:36:32 +0200] rev 2361
Fix automatic decompression of tarballs with Firefox. The encoding was set to gzip/bzip2, so Firefox (correctly) assumed, that this has to be "decoded" (i.e. decompressed).
Thu, 01 Jun 2006 09:14:27 -0500 hgweb: fix tracebacks on both index and repo pages
TK Soh <teekaysoh@yahoo.com> [Thu, 01 Jun 2006 09:14:27 -0500] rev 2360
hgweb: fix tracebacks on both index and repo pages
Thu, 01 Jun 2006 17:51:40 +0200 Allow comma to separate types in allow_archive, too. Use longer variable name.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 01 Jun 2006 17:51:40 +0200] rev 2359
Allow comma to separate types in allow_archive, too. Use longer variable name.
Thu, 01 Jun 2006 10:02:24 -0500 hgweb: add allow_archive support to [web] section of hgrc
TK Soh <teekaysoh@yahoo.com> [Thu, 01 Jun 2006 10:02:24 -0500] rev 2358
hgweb: add allow_archive support to [web] section of hgrc
Wed, 31 May 2006 14:16:21 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 31 May 2006 14:16:21 -0700] rev 2357
merge with crew.
Wed, 31 May 2006 10:42:44 -0700 Final stage of the hgweb split up.
Eric Hopper <hopper@omnifarious.org> [Wed, 31 May 2006 10:42:44 -0700] rev 2356
Final stage of the hgweb split up. hgweb and hgwebdir now have their own modules.
Wed, 31 May 2006 08:03:29 -0700 Splitting up hgweb so it's easier to change.
Eric Hopper <hopper@omnifarious.org> [Wed, 31 May 2006 08:03:29 -0700] rev 2355
Splitting up hgweb so it's easier to change.
Wed, 31 May 2006 22:25:20 +0200 Manifest groups may be empty, so don't abort in this case (fixes issue210).
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 31 May 2006 22:25:20 +0200] rev 2354
Manifest groups may be empty, so don't abort in this case (fixes issue210). Only abort on empty changelog and file revlogs.
Wed, 31 May 2006 19:41:01 +0200 Pass filename to decoder for 'hg archive' (fixes issue267)
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 31 May 2006 19:41:01 +0200] rev 2353
Pass filename to decoder for 'hg archive' (fixes issue267) Despite writing to a file descriptor, the check in the [decode] section needs a filename. localrepo.wwrite() still writes to the file descriptor.
Mon, 29 May 2006 16:46:31 +0800 various fixes to darcs conversion script
TK Soh <teekaysoh@yahoo.com> [Mon, 29 May 2006 16:46:31 +0800] rev 2352
various fixes to darcs conversion script 1. removed files were missed 2. hidden files in top directory were not added/removed correctly 3. suppressed spurious warning on adding new files. 4. hg changeset now checked in with original author and date 5. __file__ not supported by pdb.py
Sat, 27 May 2006 20:45:22 -0700 contrib: move hg-menu.vim into contrib/vim directory
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 27 May 2006 20:45:22 -0700] rev 2351
contrib: move hg-menu.vim into contrib/vim directory
Sat, 27 May 2006 20:44:53 -0700 contrib: patch review plugin for vim 7.0
Manpreet Singh <junkblocker@yahoo.com> [Sat, 27 May 2006 20:44:53 -0700] rev 2350
contrib: patch review plugin for vim 7.0 The plugin takes an 'hg export'ed patch (in fact any single or multi file patch) and opens multiple tabs containing vim diff/merge windows for each affected file in the patch allowing full visual code reviews.
Sat, 27 May 2006 15:04:40 -0700 darcs2hg.py: import darcs project into mercurial
Sébastien Pierre <sebastien@xprima.com> [Sat, 27 May 2006 15:04:40 -0700] rev 2349
darcs2hg.py: import darcs project into mercurial For now, the tags are not taken into account (so you have to reenter the tags by hand)
Fri, 26 May 2006 22:17:43 +0200 better ui for the bisect extension
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 26 May 2006 22:17:43 +0200] rev 2348
better ui for the bisect extension (and update to i18n)
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip