log

age author description
Thu, 16 Dec 2010 14:50:37 -0600 Matt Mackall check-code: catch os.path.relpath
Thu, 16 Dec 2010 14:50:36 -0600 Matt Mackall check-code: catch "except as"
Thu, 16 Dec 2010 14:50:27 -0600 Matt Mackall tests: eliminate fast-forward merge in test-tag
Tue, 07 Dec 2010 03:29:21 +0100 Mads Kiilerich merge: fast-forward merge with descendant
Wed, 08 Dec 2010 22:14:18 -0600 Steve Borho record: teach parsepatch() about non-git style headers
Mon, 13 Dec 2010 10:30:15 -0500 Eric Eisner template: add showbranch template for {branch}
Mon, 29 Nov 2010 09:37:23 +0100 Erik Zielke subrepo: avoids empty commit when .hgsubstate is dirty (issue2403)
Thu, 16 Dec 2010 07:45:22 -0600 Augie Fackler progress: don't compute estimate without a total
Tue, 14 Dec 2010 21:58:13 -0500 Eric Eisner subrepo: use low-level git-diff-index for dirty()
Tue, 14 Dec 2010 21:56:43 -0500 Eric Eisner subrepo: defer determination of git's current branch
Tue, 14 Dec 2010 21:56:43 -0500 Eric Eisner subrepo: incorporate tracking branches into gitbranchmap
Tue, 14 Dec 2010 21:53:40 -0500 Eric Eisner subrepo: use low-level git-for-each-ref command in branchmap
Wed, 15 Dec 2010 10:55:14 -0600 Augie Fackler progress using tests: disable time estimates to avoid flakiness
Wed, 15 Dec 2010 10:22:54 -0600 Augie Fackler progress: include time estimate as part of the default progress format
Wed, 15 Dec 2010 10:22:06 -0600 Augie Fackler progress: only show time estimate when progress format contains 'estimate'
Wed, 15 Dec 2010 10:20:36 -0600 Augie Fackler progress: fix adding format elements after the progress bar
Wed, 15 Dec 2010 11:20:32 -0600 Augie Fackler test-progress: test completion estimates and progress bar delay
Mon, 29 Nov 2010 16:34:10 +0100 Martin Geisler subrepo: add progress bar support to archive
Mon, 29 Nov 2010 16:17:05 +0100 Martin Geisler archive: add support for progress extension
Wed, 15 Dec 2010 16:35:09 +0100 Martin Geisler progress: test setting progress.width
Wed, 15 Dec 2010 16:29:46 +0100 Martin Geisler tests: add filtercr.py helper for progress tests
Wed, 15 Dec 2010 09:52:20 +0100 Martin Geisler test-archive: whitespace cleanup
Wed, 15 Dec 2010 09:35:32 +0100 Martin Geisler progress: explain format strings to translators
Wed, 15 Dec 2010 10:50:19 +0100 Mads Kiilerich subrepo: re-backout 2245fcd0e160, remove test
Tue, 14 Dec 2010 18:10:51 -0600 Matt Mackall subrepo: re-backout 2245fcd0e160
Tue, 14 Dec 2010 17:10:01 -0600 Matt Mackall merge with stable
Mon, 06 Dec 2010 22:04:10 -0600 Kevin Bullock tag: abort if not at a branch head (issue2552) stable
Tue, 07 Dec 2010 08:02:54 +0100 Kevin Bullock tag: fix uncommitted merge check and error message (issue2542) stable
Mon, 13 Dec 2010 21:20:30 -0600 Kevin Bullock tag: don't check .hgtags status if --local passed stable
Thu, 09 Dec 2010 17:33:40 -0600 Augie Fackler progress: refactor for readability and show XXs instead of 0mXXs.
Tue, 26 Oct 2010 14:41:58 +0300 timeless progress: Add estimated time remaining for long tasks
Fri, 10 Dec 2010 16:56:12 -0600 Augie Fackler progress: react more reasonably to nested progress topics
Mon, 13 Dec 2010 12:19:26 -0600 Steve Borho Merge with stable
Mon, 13 Dec 2010 11:51:01 -0600 Steve Borho util: work around behavior change in Python 2.7.1 stable
Mon, 13 Dec 2010 11:53:17 +0100 Martin Geisler merge with stable
Mon, 13 Dec 2010 11:52:52 +0100 Martin Geisler merge default heads in crew and main
Mon, 13 Dec 2010 11:52:21 +0100 Martin Geisler merge stable heads in crew and main stable
Mon, 22 Nov 2010 14:36:57 +0100 Erik Zielke eol: improve help on whether EOLs are changed in working copy or repository stable
Mon, 13 Dec 2010 16:41:39 +0900 Nicolas Dumazet churn: ignore trailing and leading spaces (issue2546) stable
Fri, 10 Dec 2010 23:05:48 +0100 Benoit Boissinot merge with stable
Tue, 07 Dec 2010 16:08:16 +0100 Dan Villiom Podlaski Christiansen make_file: always return a fresh file handle that can be closed
Fri, 10 Dec 2010 19:20:11 -0600 Matt Mackall merge with stable
Fri, 10 Dec 2010 19:18:02 -0600 Matt Mackall hook: fix import path handling for repo=None stable
Tue, 07 Dec 2010 15:27:04 +0100 Alexander Solovyov hook: assume relative path to hook is given from repo root stable
Fri, 10 Dec 2010 19:08:17 -0600 Matt Mackall subrepo: backed out changeset 2245fcd0e160 stable
Fri, 10 Dec 2010 13:30:37 -0600 Augie Fackler bundle progress: offer best-guess deterministic progress information
Fri, 10 Dec 2010 13:31:06 -0600 Augie Fackler httpsendfile: record progress information during read()
Tue, 07 Dec 2010 15:50:28 +0100 Alexander Solovyov templatekw.showdiffstat: use ctx.diff() instead of calling patch
Fri, 10 Dec 2010 16:10:14 +0100 Adrian Buehlmann localrepo: remove unneeded os.unlink call in wwrite
Fri, 10 Dec 2010 15:14:05 +0100 Adrian Buehlmann opener: always reset flags on 'w'rite
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: silence git output when ui.quiet is set
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: show git command with --debug
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: speed up git push logic
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: use subprocess.Popen without the shell
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: treat git error code 1 as success
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: gitsubrepo should inherit from abstractsubrepo
Fri, 10 Dec 2010 01:30:16 +0100 Mads Kiilerich subrepo: initialize subrepo relative default paths relative to their root stable
Wed, 08 Dec 2010 13:12:12 -0600 Matt Mackall merge with stable
Tue, 07 Dec 2010 20:03:04 +1100 Brodie Rao bookmarks: create undo.bookmarks using repo.opener instead of util.copyfile stable
Tue, 07 Dec 2010 19:47:53 +1100 Brodie Rao archival: don't set gzip filename header when there's no filename stable