Tue, 12 Mar 2013 10:37:48 -0700 Durham Goode tests: fix test-profile to not depend on HGPROF environment variable
Tue, 12 Mar 2013 10:43:59 -0700 Bryan O'Sullivan merge with crew-stable
Tue, 12 Mar 2013 10:37:48 -0700 Durham Goode tests: fix test-profile to not depend on HGPROF environment variable
Sat, 09 Mar 2013 22:14:46 +0100 Simon Heimberg check-code: do not prepend "warning" to a failure message
Sat, 09 Mar 2013 16:09:27 -0800 Bryan O'Sullivan merge with crew-stable
Wed, 06 Mar 2013 20:13:09 -0800 Durham Goode strip: make --keep option not set all dirstate times to 0
Fri, 08 Mar 2013 16:59:36 -0800 Durham Goode sshpeer: store subprocess so it cleans up correctly
Thu, 28 Feb 2013 10:12:26 -0800 Durham Goode blackbox: fix exception when logging commands with format characters
Sat, 23 Mar 2013 13:34:50 +0200 Idan Kamara localrepo: always write the filtered phasecache when nodes are destroyed (issue3827) stable
Tue, 19 Mar 2013 16:19:20 -0700 Bryan O'Sullivan merge with stable stable
Mon, 11 Mar 2013 15:37:28 -0700 Durham Goode rebase: restore active bookmark after rebase --continue stable
Mon, 04 Mar 2013 10:05:52 +0100 Benoit Boissinot setup.py: ignore warnings from obsolete stable
Mon, 04 Mar 2013 10:13:28 +0100 Benoit Boissinot setup.py: add metadata to register package to PyPI stable
Sat, 09 Feb 2013 21:51:21 +0000 Dan Villiom Podlaski Christiansen minirst: optimize HTML table generation a bit
Sat, 09 Feb 2013 21:51:21 +0000 Dan Villiom Podlaski Christiansen minirst: HTML formatter tweaks
Sat, 09 Feb 2013 17:44:25 -0500 Dan Villiom Podlaski Christiansen minirst: CGI escape strings prior to embedding it in the HTML
Sat, 09 Feb 2013 21:51:21 +0000 Dan Villiom Podlaski Christiansen minirst: don't generate TH elements for the first row in table
Sun, 10 Feb 2013 12:58:57 +0100 Dan Villiom Podlaski Christiansen help: use a full header for topic titles
Sat, 09 Feb 2013 21:51:21 +0000 Dan Villiom Podlaski Christiansen hgweb: generate HTML documentation
Sat, 09 Feb 2013 21:51:21 +0000 Dan Villiom Podlaski Christiansen help: move the majority of the help command to the help module
Sat, 09 Feb 2013 21:51:21 +0000 Dan Villiom Podlaski Christiansen hgweb help: split up long lines (in generated output)
Fri, 01 Mar 2013 19:42:42 +0100 Dan Villiom Podlaski Christiansen hgweb help: add tests
Fri, 01 Mar 2013 10:05:37 -0600 Kevin Bullock merge with stable
Thu, 28 Feb 2013 21:58:37 -0600 Matt Mackall merge with crew
Thu, 28 Feb 2013 21:53:13 -0600 Matt Mackall Added signature for changeset 5b7175377bab stable
Thu, 28 Feb 2013 21:53:04 -0600 Matt Mackall Added tag 2.5.2 for changeset 5b7175377bab stable
Thu, 28 Feb 2013 21:29:31 -0600 Matt Mackall setparents: drop copies from dropped p2 (issue3843) stable 2.5.2
Sun, 17 Feb 2013 14:41:31 -0600 Matt Mackall httppeer: avoid large dumps when we don't see an hgweb repo
Sun, 17 Feb 2013 14:34:53 -0600 Matt Mackall httppeer: improve protocol check
Thu, 28 Feb 2013 13:11:42 -0800 Bryan O'Sullivan util: add a timed function for use during development
Thu, 28 Feb 2013 12:51:18 -0800 Bryan O'Sullivan util: generalize bytecount to unitcountfn
Thu, 28 Feb 2013 21:34:44 +0100 Thomas Arendsen Hein help: new SHA-1 fingerprint of hg.intevation.org in hostfingerprints example
Tue, 26 Feb 2013 21:04:50 +0100 Mads Kiilerich tests: work around msys bash mangling of paths in test-mq.t
Thu, 28 Feb 2013 14:05:15 +0100 Mads Kiilerich largefiles: remove wrong comment on standin matcher and code for creating dirs
Thu, 28 Feb 2013 14:51:59 +0100 Mads Kiilerich merge with stable
Thu, 28 Feb 2013 13:55:00 +0100 Mads Kiilerich templatefilters: add missing import of _ stable
Thu, 28 Feb 2013 13:45:18 +0100 Mads Kiilerich largefiles: updatelfiles should use working dir standins, not standins from p1 stable
Thu, 28 Feb 2013 13:45:18 +0100 Mads Kiilerich largefiles: simplify cachelfiles - don't spend a lot of time checking hashes stable
Thu, 28 Feb 2013 13:45:18 +0100 Mads Kiilerich largefiles: don't let update leave wrong largefiles in wd if fetch fails stable
Thu, 28 Feb 2013 13:45:18 +0100 Mads Kiilerich largefiles: missing largefiles should not be committed as removed stable
Thu, 28 Feb 2013 13:45:18 +0100 Mads Kiilerich largefiles: don't assume that .hg/largefiles/ still exists stable
Thu, 28 Feb 2013 13:45:18 +0100 Mads Kiilerich largefiles: getstandinmatcher should not depend on existence of directories stable
Thu, 28 Feb 2013 13:44:59 +0100 Mads Kiilerich tests: don't rely on broken behaviour in test-largefiles-cache.t stable
Thu, 28 Feb 2013 13:44:24 +0100 Mads Kiilerich largefiles: fix download of largefiles from an empty list of changesets stable
Thu, 28 Feb 2013 13:44:22 +0100 Mads Kiilerich largefiles: fix off-by-one error on pull --all-largefiles stable
Sat, 23 Feb 2013 22:54:57 +0100 Simon Heimberg tests: remove glob lines which unnecessary match / for \ on windows
Sat, 23 Feb 2013 22:07:38 +0100 Simon Heimberg tests: append glob to filename output when required for windows
Fri, 22 Feb 2013 16:40:27 -0600 Matt Mackall convert: stabilize cvsps commitid sort order
Fri, 22 Feb 2013 15:17:33 -0600 Matt Mackall pager: catch ctrl-c on exit (issue3834)
Fri, 22 Feb 2013 13:46:54 -0600 Matt Mackall merge with crew
Fri, 22 Feb 2013 13:45:46 -0600 Matt Mackall templater: properly handle file_copies with %
Fri, 22 Feb 2013 10:05:22 -0800 Bryan O'Sullivan localrepo: iterate over manifest key/value pairs in status
Thu, 21 Feb 2013 12:55:39 -0800 Bryan O'Sullivan match: more accurately report when we're always going to match
Thu, 21 Feb 2013 13:16:02 -0600 Kevin Bullock scmutil: fix NameError on windows
Wed, 20 Feb 2013 11:31:41 -0800 Bryan O'Sullivan commands: exit from the log loop at the right time
Wed, 20 Feb 2013 11:31:38 -0800 Bryan O'Sullivan cmdutil: use a small initial window with --limit
Wed, 20 Feb 2013 11:31:34 -0800 Bryan O'Sullivan worker: handle worker failures more aggressively
Wed, 20 Feb 2013 11:31:31 -0800 Bryan O'Sullivan worker: fix a race in SIGINT handling
Wed, 20 Feb 2013 11:31:27 -0800 Bryan O'Sullivan worker: on error, exit similarly to the first failing worker
Tue, 19 Feb 2013 13:35:39 -0600 Kevin Bullock merge with stable
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip