Sun, 02 Oct 2011 14:34:28 -0400 Greg Ward import: wrap a transaction around the whole command
Sat, 01 Oct 2011 21:52:44 -0400 Greg Ward import: improve error reporting
Sat, 01 Oct 2011 21:51:25 -0400 Greg Ward import: join base with patchurl *after* checking for stdin
Sat, 01 Oct 2011 21:49:04 -0400 Greg Ward import: rename some local variables
Sat, 01 Oct 2011 21:30:49 -0400 Greg Ward import: simplify status reporting logic (and make it more I18N-friendly)
Fri, 07 Oct 2011 15:36:35 -0500 Matt Mackall convert: fix crazy rollback call, broken by recent rollback safety checks
Sun, 02 Oct 2011 13:13:46 -0500 Matt Mackall rst: fix detection of single-row tables
Sun, 02 Oct 2011 16:41:07 -0500 Matt Mackall subrepo: fix repo relative path calculation for root directories (issue3033) stable
Sun, 02 Oct 2011 13:02:15 -0500 Matt Mackall subrepo: improve error message when svn isn't found
Sat, 01 Oct 2011 16:19:33 -0500 Matt Mackall merge with stable
Sat, 01 Oct 2011 16:39:51 -0400 Greg Ward largefiles: don't break existing tests (syntax error, bad imports)
Sat, 01 Oct 2011 16:18:51 -0500 Matt Mackall rollback: use a hint for force
Sat, 01 Oct 2011 15:49:29 -0500 Matt Mackall Added signature for changeset 351a9292e430 stable
Sat, 01 Oct 2011 15:49:24 -0500 Matt Mackall Added tag 1.9.3 for changeset 351a9292e430 stable
Sat, 01 Oct 2011 15:47:03 -0500 Matt Mackall record: use command wrapper properly for qnew/qrefresh (issue3001) stable 1.9.3
Fri, 30 Sep 2011 21:58:54 -0400 Greg Ward rollback: avoid unsafe rollback when not at tip (issue2998)
Fri, 30 Sep 2011 15:11:19 -0500 Matt Mackall merge with stable
Fri, 30 Sep 2011 15:10:50 -0500 Matt Mackall merge with i18n stable
Tue, 27 Sep 2011 03:33:26 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 31c9e2a702d1 stable
Fri, 30 Sep 2011 14:26:36 -0500 Matt Mackall clone: add help examples
Fri, 30 Sep 2011 14:12:48 -0500 Matt Mackall clone: add a note about -u/-U
Fri, 30 Sep 2011 14:09:45 -0500 Matt Mackall clone: move portions of help into the verbose section
Fri, 30 Sep 2011 14:06:41 -0500 Matt Mackall clone: clarify destination URLs
Fri, 30 Sep 2011 11:30:00 -0500 Matt Mackall clone: move url crossref to bottom
Fri, 30 Sep 2011 11:27:59 -0500 Matt Mackall clone: improve help on -r/-b and tags
Thu, 29 Sep 2011 17:16:42 -0500 Matt Mackall largefiles: mark a string for translation
Thu, 29 Sep 2011 17:15:54 -0500 Matt Mackall largefiles: fix multistatement line
Thu, 29 Sep 2011 17:14:47 -0500 Matt Mackall largefiles: eliminate naked exceptions
Thu, 29 Sep 2011 17:04:57 -0500 Matt Mackall largefiles: fix over-long lines
Thu, 29 Sep 2011 16:48:48 -0500 Matt Mackall largefile: fix up hasattr usage
Sat, 24 Sep 2011 17:35:45 +0200 various hgext: add largefiles extension
Wed, 28 Sep 2011 16:11:53 -0500 Matt Mackall merge with stable
Wed, 28 Sep 2011 14:49:00 -0500 Matt Mackall patchbomb: drop loop in prompt
Wed, 08 Sep 2010 08:31:07 +0200 Matt Mackall patchbomb: use prompt even in non-interactive mode
Tue, 27 Sep 2011 22:38:47 -0400 Greg Ward patchbomb: make it easy for the user to decline sending an intro message.
Tue, 20 Sep 2011 15:21:27 +0300 Nikolaj Sjujskij building: build inotify for sys.platform='linux*' stable
Mon, 26 Sep 2011 21:29:13 -0400 Greg Ward patchbomb: simplify some contorted logic and odd variable names.
Wed, 28 Sep 2011 13:57:48 -0500 Matt Mackall merge with crew
Tue, 27 Sep 2011 18:51:10 +0200 Mads Kiilerich sslutil: abort when ssl module is needed but not found
Tue, 27 Sep 2011 18:50:18 -0500 Matt Mackall merge with stable
Tue, 27 Sep 2011 18:41:09 -0500 Steffen Daode Nurpmeso patch: correctly handle non-tabular Subject: line stable
Fri, 23 Sep 2011 09:02:27 -0700 Kevin Gessner util: fix crash converting an invalid future date to string stable
Thu, 22 Sep 2011 01:51:36 +0200 Yann E. MORIN styles: add new 'bisect' style that prints the bisection status
Thu, 22 Sep 2011 01:36:01 +0200 Yann E. MORIN templates: add 'bisect' keyword to return a cset's bisect status
Thu, 22 Sep 2011 23:28:49 +0200 Yann E. MORIN hbisect: add functions to return a label for a cset bisection status
Sat, 24 Sep 2011 01:32:50 +0200 Yann E. MORIN hbisect: add two new revset descriptions: 'goods' and 'bads'
Wed, 21 Sep 2011 22:52:00 +0200 Mads Kiilerich http: handle push of bundles > 2 GB again (issue3017) stable
Tue, 20 Sep 2011 15:21:27 +0300 Nikolaj Sjujskij building: build inotify for sys.platform='linux*'
Thu, 22 Sep 2011 15:15:18 +0200 Martin Geisler subrepo: try remapping subpaths using the "final" path
Thu, 22 Sep 2011 14:39:49 +0200 Martin Geisler subrepo: refactor state function
Tue, 20 Sep 2011 15:02:00 -0500 Jordi GutiƩrrez Hermoso mq.strip: allow -r option, optionally
Tue, 20 Sep 2011 20:21:04 +0200 Yann E. MORIN revset.bisect: add 'ignored' set to the bisect keyword
Tue, 20 Sep 2011 20:19:48 +0200 Yann E. MORIN hbisect.get: use simpler code with repo.set(), fix 'pruned' set
Wed, 21 Sep 2011 13:00:48 -0500 Matt Mackall help: use RST to format option lists
Wed, 21 Sep 2011 13:00:47 -0500 Matt Mackall minirst: fix column handling for simple tables
Wed, 21 Sep 2011 13:00:46 -0500 Matt Mackall encoding: add getcols to extract substrings based on column width
Wed, 21 Sep 2011 13:00:41 -0500 Matt Mackall encoding: colwidth input is in the local encoding
Mon, 19 Sep 2011 15:58:03 -0700 Brodie Rao mdiff: speed up showfunc for large diffs
Mon, 19 Sep 2011 16:28:44 -0500 Matt Mackall revset: add 'l' flag to formatspec for args
Sun, 18 Sep 2011 23:57:49 +0200 Yann E. MORIN bisect: add some bisection examples, and some log revset.bisect() examples
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip