log

age author description
Sun, 04 Jun 2006 10:30:46 -0700 Vadim Gelfer merge with crew.
Sun, 04 Jun 2006 10:29:34 -0700 Vadim Gelfer merge change to ssh protocol.
Sun, 04 Jun 2006 10:26:05 -0700 Vadim Gelfer refactor ssh server.
Sun, 04 Jun 2006 17:46:33 +0200 Benoit Boissinot remove appendfile for the manifest when adding a changegroup
Sun, 04 Jun 2006 12:19:51 +0200 Benoit Boissinot hgweb: fix errors and warnings found by pychecker
Sun, 04 Jun 2006 02:25:27 +0200 Benoit Boissinot dirstate: refactor the dirstate binary format, remove magic numbers
Fri, 02 Jun 2006 08:25:02 -0700 Eric Hopper Adjusting hgweb splitup to be a little cleaner.
Fri, 02 Jun 2006 08:05:01 -0700 Eric Hopper Fixing up comment headers for split up code.
Thu, 01 Jun 2006 15:55:09 -0700 Vadim Gelfer merge with crew.
Thu, 01 Jun 2006 15:54:54 -0700 Vadim Gelfer merge with crew.
Thu, 01 Jun 2006 15:54:31 -0700 Markus F.X.J. Oberhumer Cleanup: unifiy the coding style in the ui.py configitems forwarders.
Thu, 01 Jun 2006 15:53:43 -0700 Markus F.X.J. Oberhumer Expand '~' in path to extensions.
Thu, 01 Jun 2006 13:47:34 -0700 Vadim Gelfer merge with crew.
Mon, 22 May 2006 16:47:40 +0200 Marco Barisione 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 Marco Barisione Automatically add the path of hg to %PATH% using add_path
Mon, 22 May 2006 14:06:12 +0200 Marco Barisione Ignore the .exe setup file for Windows
Fri, 02 Jun 2006 00:33:42 +0200 Thomas Arendsen Hein Make indentation of purge's cmdtable match to mercurial/commands.py
Fri, 02 Jun 2006 00:28:28 +0200 Thomas Arendsen Hein Rewritten install instructions for hg-purge to match new situation, fixed typos.
Thu, 01 Jun 2006 23:58:43 +0200 Thomas Arendsen Hein Merged hg-purge
Thu, 01 Jun 2006 23:58:06 +0200 Thomas Arendsen Hein Reorganized files in hg-purge repo to push them into Mercurial.
Fri, 26 May 2006 13:13:39 +0200 Marco Barisione Removed --nothing, added --print and --print0
Tue, 16 May 2006 22:36:31 +0200 Marco Barisione The meaning of the directories on the command line is now explained correctly
Tue, 16 May 2006 22:00:38 +0200 Marco Barisione Marked strings for translation
Tue, 16 May 2006 21:43:21 +0200 Marco Barisione Added some comments
Tue, 16 May 2006 21:05:00 +0200 demian Even on Windows self._repo.dirstate.state() wants '/' in paths
Tue, 16 May 2006 21:03:07 +0200 demian Some functions were called as globals (i.e. I forgot some "self.")
Tue, 16 May 2006 18:55:22 +0200 demian Changset de893ad6bd17 wrongly reversed the meaning of --nothing
Tue, 16 May 2006 14:54:34 +0200 demian Use self._ui.note(...) instead of if self._ui.verbose: self._ui.status(...)