log

age author description
Wed, 20 Feb 2008 13:38:16 -0800 Bryan O'Sullivan Merge with crew
Fri, 25 Jan 2008 04:11:32 -0500 Jesse Glick Infer a --repository argument from command arguments when reasonable.
Wed, 20 Feb 2008 10:50:10 +0100 Dirkjan Ochtman hgweb: separate protocol calls from interface calls (issue996)
Tue, 19 Feb 2008 19:34:18 -0300 Alexis S. L. Carvalho update output of test-convert
Tue, 19 Feb 2008 19:20:10 -0300 Alexis S. L. Carvalho repair.py: rewrite a loop, making it cleaner and faster
Tue, 19 Feb 2008 19:20:10 -0300 Alexis S. L. Carvalho Speed up hg grep by avoiding useless manifest parsing
Tue, 19 Feb 2008 19:20:10 -0300 Alexis S. L. Carvalho cmdutil.walkchangerevs: use '-1:0' instead ot 'tip:0'
Tue, 19 Feb 2008 19:20:10 -0300 Alexis S. L. Carvalho revlog.revision: avoid opening the datafile without need.
Tue, 19 Feb 2008 10:53:40 -0800 Bryan O'Sullivan convert: document splicemap, allow setting of multiple parents
Mon, 18 Feb 2008 19:21:33 +0100 Thomas Arendsen Hein merge backout
Mon, 18 Feb 2008 19:20:22 +0100 Thomas Arendsen Hein Backed out changeset b913d3aacddc (see issue971/msg5317)
Tue, 28 Aug 2007 18:00:07 +0200 Walter Doerwald Simplify utils.walkrepos().
Sun, 17 Feb 2008 21:34:28 +0100 Thomas Arendsen Hein Fix bad behaviour when specifying an invalid date (issue700)
Sun, 17 Feb 2008 12:53:57 +0100 Thomas Arendsen Hein Report filenames with disallowed characters as suggested by Mika Eloranta
Sat, 16 Feb 2008 18:12:30 +0100 Thomas Arendsen Hein hgweb: Quote filenames when downloading raw files.
Sat, 16 Feb 2008 17:51:30 +0100 Thomas Arendsen Hein hgweb: Pass only filename instead of full path when downloading raw files.
Sat, 16 Feb 2008 13:34:11 +0100 Thomas Arendsen Hein merge with crew
Sat, 16 Feb 2008 13:33:38 +0100 Thomas Arendsen Hein Make annotae/grep print short dates with -q/--quiet.
Sat, 16 Feb 2008 13:01:27 +0100 Thomas Arendsen Hein Add hg grep -d/--date to list the commit date of matched revisions.
Wed, 13 Feb 2008 23:09:28 +0100 Patrick Mezard util: always define a dummy lookup_reg()
Sat, 16 Feb 2008 11:55:33 +0100 Patrick Mezard convert: improve cycles detection message
Sat, 16 Feb 2008 12:46:28 +0100 Patrick Mezard Merge with crew-stable
Sun, 10 Feb 2008 08:53:39 +0100 Peter Arrenbrecht bundlerepo: fix inconsistency of parsed and internal name (issue #821)
Sun, 10 Feb 2008 08:52:50 +0100 Peter Arrenbrecht bundlerepo: test exposing inconsistency of parsed and internal name (issue #821)
Fri, 15 Feb 2008 23:38:18 -0200 Alexis S. L. Carvalho Simplify the output of test-bheads
Fri, 15 Feb 2008 21:34:33 +0100 Thomas Arendsen Hein merge with crew
Fri, 15 Feb 2008 21:34:16 +0100 Thomas Arendsen Hein Make hgweb annotate link to target line numbers (issue623)
Fri, 15 Feb 2008 20:06:47 +0100 Thomas Arendsen Hein fix test output after f7f25f58693a
Fri, 15 Feb 2008 19:44:54 +0100 Thomas Arendsen Hein merged Edward Lee's line anchors patch
Tue, 04 Sep 2007 22:25:37 -0500 Edward Lee Add line anchors to annotate, changeset, diff, file views for hgweb