Tue, 01 Feb 2011 17:29:38 -0600 Matt Mackall merge with crew stable 1.7.5
Tue, 01 Feb 2011 21:59:07 +0100 Patrick Mezard Merge with stable
Tue, 01 Feb 2011 21:39:28 +0100 Patrick Mezard subrepo: fix update -C with svn subrepos when cwd != repo.root stable
Mon, 31 Jan 2011 19:19:56 -0500 Eric Eisner test-subrepo-git.t: make compatible with old git
Tue, 01 Feb 2011 07:29:11 +0000 Javi Merino win32mbcs: Fix typo in documentation stable
Tue, 01 Feb 2011 01:55:45 +0100 Mads Kiilerich merge with stable
Sat, 29 Jan 2011 23:23:24 +0900 Yuya Nishihara url: add --insecure option to bypass verification of ssl certificates stable
Mon, 31 Jan 2011 22:16:33 +0100 Patrick Mezard mq: factor out push conditions checks
Thu, 27 Jan 2011 15:51:26 -0600 Kevin Bullock test-subrepo-mq-svn.t: correct comment
Tue, 04 Jan 2011 10:42:00 -0600 Kevin Bullock subrepo: clarify comments in dirty() methods
Mon, 31 Jan 2011 13:40:05 +0100 Erik Zielke subrepo: make update -C clean the working directory for git subrepos
Mon, 31 Jan 2011 13:38:00 +0100 Martin Geisler merge with stable
Mon, 31 Jan 2011 13:33:41 +0100 Erik Zielke subrepo: make update -C clean the working directory for svn subrepos stable
Tue, 01 Feb 2011 17:08:49 -0600 Matt Mackall Added signature for changeset a6c855c32ea0 stable
Tue, 01 Feb 2011 17:08:46 -0600 Matt Mackall Added tag 1.7.4 for changeset a6c855c32ea0 stable
Tue, 01 Feb 2011 10:15:50 -0200 Wagner Bruna i18n-pt_BR: messages from crew a939f08fae9c stable 1.7.4
Fri, 28 Jan 2011 21:01:57 -0200 Wagner Bruna merge with i18n stable stable
Fri, 28 Jan 2011 13:31:17 -0200 Wagner Bruna i18n-pt_BR: messages from crew 8dc488dfcdb4, some small fixes stable
Fri, 28 Jan 2011 17:02:29 -0600 Matt Mackall util: delay loading of textwrap
Fri, 28 Jan 2011 03:09:22 +0100 Mads Kiilerich merge with stable
Fri, 28 Jan 2011 02:57:59 +0100 Mads Kiilerich url: 'ssh known host'-like checking of fingerprints of HTTPS certificates stable
Thu, 27 Jan 2011 17:22:37 -0600 Matt Mackall merge with stable
Thu, 27 Jan 2011 17:21:23 -0600 Matt Mackall merge with i18n stable
Mon, 24 Jan 2011 11:27:56 +0100 Martin Geisler i18n-merge stable heads stable
Fri, 24 Dec 2010 15:10:24 +0100 Arne Babenhauserheide i18n-de: translated some rebase strings. stable
Thu, 23 Dec 2010 15:51:14 +0100 Arne Babenhauserheide i18n-de: translated missing strings for progress extension. stable
Wed, 19 Jan 2011 17:49:06 -0200 Wagner Bruna i18n-pt_BR: synchronized with 75d0c38a0bca stable
Thu, 27 Jan 2011 02:58:48 +0100 David Soria Parra bookmarks: respect rollbacks dryrun parameter stable
Thu, 27 Jan 2011 02:55:11 +0100 David Soria Parra bookmarks: always write undo file stable
Wed, 26 Jan 2011 19:14:30 +0100 Adrian Buehlmann opener: force copy on 'a'ppend if nlinks() returns 0 (issue1922) stable
Thu, 27 Jan 2011 13:29:21 -0600 Matt Mackall help: ssh urls don't allow passwords
Tue, 18 Jan 2011 14:16:27 +0100 Adrian Buehlmann commit: use the term SCM instead of RCS
Thu, 27 Jan 2011 11:15:08 +0100 Martin Geisler backout of 613b8bd2284e
Wed, 26 Jan 2011 12:35:02 +0100 Martin Geisler check-code: do not complain about 'ls x | foo -v'
Mon, 10 Jan 2011 16:02:41 -0500 Kevin Bullock subrepo: separate out mq+svn subrepo tests
Sun, 23 Jan 2011 03:15:44 +0100 Christian Ebert keyword: move repo.__class__ assignment out of monkeypatch context
Sun, 23 Jan 2011 03:15:39 +0100 Christian Ebert keyword: inform user about current keywordset in kwdemo
Wed, 26 Jan 2011 12:05:01 +0100 Martin Geisler specify C indention style using Emacs file local variables
Tue, 25 Jan 2011 16:33:46 -0800 Lee Cantey Ignore pax_global_header that some tar versions write as a file.
Mon, 24 Jan 2011 23:25:46 +0100 Patrick Mezard record: do not include files into changes count
Sun, 23 Jan 2011 15:21:56 +0100 Patrick Mezard record: simplify header methods with util.any
Sun, 23 Jan 2011 15:21:37 +0100 Patrick Mezard record: refactor the prompt loop
Sun, 23 Jan 2011 15:21:34 +0100 Patrick Mezard test-record: test peculiar changes numbering
Sun, 23 Jan 2011 13:01:17 +0100 Patrick Mezard record: turn prompt() into a pure function
Sun, 23 Jan 2011 12:44:05 +0100 Patrick Mezard record: turn consumefile() into a pure function
Sun, 23 Jan 2011 12:30:15 +0100 Patrick Mezard hghave: remove unused hotshot check
Sat, 22 Jan 2011 16:29:10 +0100 Patrick Mezard Merge with stable
Sat, 22 Jan 2011 16:15:40 +0100 Patrick Mezard subrepo: compare svn subrepo state to last committed revision stable
Sat, 22 Jan 2011 09:13:04 -0600 Steve Borho merge with stable
Fri, 21 Jan 2011 14:42:15 -0600 Steve Borho win32: win32console.GetStdHandle() can return None stable
Fri, 21 Jan 2011 16:26:01 -0600 Matt Mackall revlog: remove stray test in rev()
Thu, 20 Jan 2011 20:35:54 +0100 Benoit Boissinot merge with main
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann opener: use util.unlink (issue2524)
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann lock: use util.unlink (issue2537)
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann reintroduces util.unlink, for POSIX and Windows.
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann opener: check exception for ENOENT
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann windows.rename: check OSError for EEXIST
Tue, 18 Jan 2011 15:55:49 -0600 Matt Mackall perf: restore lazyindex hack
Tue, 18 Jan 2011 15:55:48 -0600 Matt Mackall revlog: pass rev to _checkhash
Tue, 18 Jan 2011 15:55:46 -0600 Matt Mackall revlog: incrementally build node cache with linear searches
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip