log

age author description
Sat, 09 Jun 2007 13:17:58 +0200 Thomas Arendsen Hein Some small cleanups for convert extension:
Sat, 09 Jun 2007 01:04:28 -0300 Alexis S. L. Carvalho Avoid extra filelogs entries.
Sat, 09 Jun 2007 01:04:28 -0300 Alexis S. L. Carvalho Make sure the changelog mentions files whose flags changed
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho run-tests.py: set ui.slash = True
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho test-config-case: print only the Section we're interested in.
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Add ui.slash hgrc setting
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho docopy: use repo.pathto to format paths for printing
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Add dirstate.pathto and localrepo.pathto.
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Use absolute paths in revert.
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Use absolute paths in docopy.
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho Use absolute paths in addremove.
Thu, 07 Jun 2007 23:16:10 +0200 Edouard Gomez Add some more smart when initializing destination repository
Thu, 07 Jun 2007 23:06:17 +0200 Edouard Gomez Fix hgext/convert/__init__.py rights
Thu, 07 Jun 2007 22:28:52 +0200 Thomas Arendsen Hein Include convert extension in packages setup
Thu, 07 Jun 2007 12:41:12 +0200 Thomas Arendsen Hein convert: map CVS HEAD to default branch
Sun, 03 Jun 2007 22:11:25 +0200 Patrick Mezard ui: make readsections() abort when configuration cannot be read.
Wed, 06 Jun 2007 20:22:52 +0200 Thomas Arendsen Hein Removed trailing whitespace and tabs from python files
Wed, 06 Jun 2007 20:17:03 +0200 Thomas Arendsen Hein Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension
Fri, 25 May 2007 08:12:33 +0200 Edouard Gomez Add a wrapper script for convert extension
Fri, 25 May 2007 00:56:48 +0200 Edouard Gomez Turns convert.py into a real extension
Wed, 06 Jun 2007 19:49:47 +0200 Thomas Arendsen Hein Move convert-repo to hgext/convert/__init__.py
Wed, 06 Jun 2007 19:06:43 +0200 Thomas Arendsen Hein Fixed test output for changed glog (. instead of @)
Wed, 06 Jun 2007 19:05:18 +0200 Thomas Arendsen Hein Issue a warning if "-r ." is used with two working directory parents.
Wed, 06 Jun 2007 18:28:48 +0200 Thomas Arendsen Hein graphlog: Print . instead of @ for working directory parents
Tue, 05 Jun 2007 19:55:27 -0300 Alexis S. L. Carvalho Remove atomicfile class.
Tue, 05 Jun 2007 19:55:27 -0300 Alexis S. L. Carvalho Use atomictemp files to write the dirstate.
Tue, 05 Jun 2007 19:26:36 -0300 Alexis S. L. Carvalho test-serve: let run-tests.py kill the daemons
Mon, 04 Jun 2007 21:49:01 +0200 Joel Rosdahl Fix bug in "hg serve -v"
Mon, 04 Jun 2007 21:48:59 +0200 Joel Rosdahl Add test reproducing a bug in "hg serve -v"
Mon, 04 Jun 2007 22:56:42 +0200 Patrick Mezard Merge with crew-stable