Fri, 15 Apr 2011 16:15:32 +0200 Adrian Buehlmann copy: do not copy file if name is disallowed anyway
Fri, 15 Apr 2011 16:15:30 +0200 Adrian Buehlmann util: new function checkfilename
Fri, 15 Apr 2011 16:15:28 +0200 Adrian Buehlmann opener: use %r in format string for abort
Sat, 16 Apr 2011 01:05:56 +0900 Shuhei Takahashi wireproto: allow unbundle with hashed heads parameter (issue2126)
Fri, 15 Apr 2011 23:46:59 -0500 Matt Mackall merge with stable
Fri, 15 Apr 2011 23:45:41 -0500 Matt Mackall encoding: avoid localstr when a string can be encoded losslessly (issue2763) stable
Fri, 15 Apr 2011 20:35:59 -0500 Matt Mackall merge with stable
Fri, 15 Apr 2011 20:07:44 +0300 Idan Kamara revset: optimize stringset when subset == entire repo
Fri, 15 Apr 2011 16:35:32 +0300 Idan Kamara help/revset: fix grammar stable
Thu, 14 Apr 2011 10:00:15 +0200 timeless qrecord: provide help when mq is not enabled
Thu, 14 Apr 2011 10:00:14 +0200 timeless record: improve help test coverage
Fri, 15 Apr 2011 10:56:26 +0200 Adrian Buehlmann paper: preserve whitespace on description instead of adding breaks
Wed, 13 Apr 2011 13:06:35 -0500 Augie Fackler compact style: show bookmarks in the same manner as tags
Wed, 13 Apr 2011 12:30:41 -0500 Augie Fackler revsets: preserve ordering with the or operator
Wed, 13 Apr 2011 07:40:24 +0530 Md. O. Shayan hgweb: set minimum number of revision to display to 1 when revcount is 0
Wed, 13 Apr 2011 12:57:24 -0500 Matt Mackall zeroconf: clean up naked exceptions
Mon, 11 Apr 2011 21:44:22 +0300 Idan Kamara localrepo: don't add deleted files to list of modified/added files (issue2761)
Mon, 11 Apr 2011 10:06:57 +0200 Adrian Buehlmann path_auditor: eliminate local function 'check' in __call__
Mon, 11 Apr 2011 07:34:40 -0500 Augie Fackler subrepo: trailing whitespace cleanup
Sun, 10 Apr 2011 19:31:49 +0200 Adrian Buehlmann util: move checkosfilename call from path_auditor to opener
Sun, 10 Apr 2011 11:30:53 +0300 Idan Kamara tests: add tests for non-existant branch/tag/bookmark
Sun, 10 Apr 2011 10:01:42 +0900 Yuya Nishihara hgweb: add bookmarks listing to summary page of gitweb/monoblue styles
Sun, 10 Apr 2011 10:01:39 +0900 Yuya Nishihara hgweb: remove useless notip handling from bookmarks listing
Sun, 10 Apr 2011 10:01:37 +0900 Yuya Nishihara hgweb: sort bookmarks in the same manner as console command
Sun, 10 Apr 2011 06:37:20 +0900 Yuya Nishihara hgweb: add bookmarks listing to raw style with test case
Sat, 09 Apr 2011 23:13:17 +0530 Md. O. Shayan grep: don't print data from binary files for matches (issue2614)
Sat, 09 Apr 2011 23:53:23 +0300 Idan Kamara color: reset win32 console color in a finally block
Sat, 09 Apr 2011 15:52:19 -0500 Matt Mackall tests: better output on timeouts
Mon, 07 Feb 2011 16:37:03 -0500 John Mulligan acl: add branch tests for the current behavior of acl extension
Wed, 06 Apr 2011 18:09:43 +0200 Adrian Buehlmann path_auditor: check filenames for basic platform validity (issue2755)
Fri, 08 Apr 2011 17:47:58 +0300 Idan Kamara revset: rearrange code so functions are sorted alphabetically
Thu, 07 Apr 2011 19:24:16 +0300 Idan Kamara revset: abort when tag or bookmark doesn't exist
Thu, 07 Apr 2011 15:08:15 -0500 Matt Mackall merge with stable
Thu, 07 Apr 2011 12:33:47 +0200 Thomas Arendsen Hein subrepo: prevent url normalization from removing // in ssh paths (issue2556) stable
Thu, 07 Apr 2011 17:57:38 +0300 Idan Kamara bookmarks: change error messages to match those given by 'hg tag' commands
Thu, 07 Apr 2011 14:43:19 -0500 Matt Mackall audit: improve nested repo message
Thu, 07 Apr 2011 17:16:17 +0300 Idan Kamara tags: remove another check for valid nodes
Thu, 07 Apr 2011 16:20:40 +0300 Idan Kamara revset: replace for-loop with list comprehension
Thu, 07 Apr 2011 09:47:30 -0500 Matt Mackall subrepo: fix up svn test output
Thu, 07 Apr 2011 11:40:54 +0200 Martin Geisler merge with stable
Thu, 07 Apr 2011 13:23:07 +0530 Md. O. Shayan hgweb: fix inconsistant display of graphlog (issue1706) stable
Thu, 07 Apr 2011 11:17:55 +0200 Martin Geisler hgrc.5: drop 'hgext.' prefix when talking about extensions stable
Wed, 06 Apr 2011 15:15:06 -0500 Matt Mackall merge with crew
Wed, 06 Apr 2011 15:14:51 -0500 Matt Mackall merge with stable
Wed, 06 Apr 2011 15:13:49 -0500 Matt Mackall merge with crew stable
Wed, 06 Apr 2011 15:10:47 -0500 Matt Mackall url: use a regex to hide unsupported ssh passwords (issue2754) stable
Wed, 06 Apr 2011 16:21:12 +0200 Martin Geisler commit: note when files are missing
Wed, 06 Apr 2011 15:26:49 +0200 Martin Geisler relink: correct unusual indentation
Wed, 06 Apr 2011 12:48:59 +0200 Thomas Arendsen Hein hg: make parseurl() consistently return normalised path
Wed, 06 Apr 2011 11:30:08 +0100 Jim Hague bugzilla: more documentation formatting fixups
Tue, 05 Apr 2011 16:11:40 -0500 Matt Mackall merge with stable
Sun, 27 Mar 2011 13:34:20 +0200 Stefano Tortarolo rebase: don't mark file as removed if missing in parent's manifest (issue2725) stable
Mon, 04 Apr 2011 23:43:22 +0300 Idan Kamara tags: no need to check for valid nodes
Mon, 04 Apr 2011 22:51:10 +0300 Idan Kamara localrepo: ignore tags to unknown nodes (issue2750)
Tue, 05 Apr 2011 19:48:44 +0200 Arne Babenhauserheide merge: added info that hg help merge-tools shows the options for --tool
Tue, 05 Apr 2011 11:55:52 +0200 Adrian Buehlmann util: move checklink() to posix.py and return False on Windows
Tue, 05 Apr 2011 16:55:47 +0800 Yun Lee util: make 'hg log -d --2' abort (issue2734)
Tue, 05 Apr 2011 12:40:47 +0800 Yun Lee help: sort help topics to make the output more readable (issue2751)
Tue, 05 Apr 2011 11:09:08 +0200 Martin Geisler merge with stable
Tue, 05 Apr 2011 10:01:39 +0200 Martin Geisler help/dates: use DATE as place-holder in help and abort texts
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip