Sun, 14 Oct 2012 15:10:13 -0400 Matt Harbison largefiles: always create the cache and standin directories when cloning
Sun, 14 Oct 2012 14:44:08 -0400 Matt Harbison largefiles: fix a traceback in lfconvert if a largefile is missing (issue3519)
Thu, 18 Oct 2012 16:34:13 -0500 Kevin Bullock bookmarks: further flatten code
Wed, 17 Oct 2012 21:42:06 -0500 Kevin Bullock scmutil: add bad character checking to checknewlabel
Wed, 17 Oct 2012 21:39:07 -0500 Kevin Bullock tag: disallow '\0' in tag names
Wed, 17 Oct 2012 21:32:19 -0500 Kevin Bullock dirstate: use scmutil.checknewlabel to check new branch name
Wed, 17 Oct 2012 17:23:39 -0500 Kevin Bullock bookmarks: use scmutil.checknewlabel
Wed, 17 Oct 2012 16:34:46 -0500 Kevin Bullock scmutil: add function to validate new branch, tag, and bookmark names
Wed, 17 Oct 2012 16:32:43 -0500 Kevin Bullock bookmarks: disallow bookmarks named 'tip', '.', or 'null'
Wed, 17 Oct 2012 17:03:01 -0500 Kevin Bullock bookmarks: abort directly on invalid name
Wed, 17 Oct 2012 16:23:42 -0500 Kevin Bullock bookmarks: remove redundant check for newline
Wed, 17 Oct 2012 22:25:41 -0500 Kevin Bullock test-tag: test that all reserved names are rejected
Thu, 18 Oct 2012 17:54:34 +0200 Pierre-Yves David amend: do a bare kill of temporary changeset
Thu, 18 Oct 2012 22:12:15 +0200 Pierre-Yves David amend: add noise in extra to avoid creating obsolescence cycle (issue3664)
Thu, 18 Oct 2012 22:04:49 +0200 Pierre-Yves David changelog: extract description cleaning logic in a dedicated function
Thu, 18 Oct 2012 22:35:28 +0200 Adrian Buehlmann bookmarks: replace code-redundant comment with something more useful
Thu, 18 Oct 2012 22:33:58 +0200 Adrian Buehlmann bookmarks: remove another uneeded return
Sat, 05 May 2012 15:30:54 -0500 Kevin Bullock update: remove unnecessary argument check
Sun, 14 Oct 2012 20:27:55 +0200 Idan Kamara grep: colorize all fields
Sun, 14 Oct 2012 20:40:23 +0200 Idan Kamara test-grep: add a test for -l
Mon, 08 Oct 2012 15:54:53 +0200 Pierre-Yves David clfilter: remove use of xrange in revset
Mon, 08 Oct 2012 15:41:58 +0200 Pierre-Yves David largefile: use `self` in repo method instead of `repo`
Tue, 16 Oct 2012 23:12:07 +0200 Pierre-Yves David test: use proper subclassing in `test-issue2137.t`.
Thu, 18 Oct 2012 00:44:32 +0200 Mads Kiilerich run-tests: remove dead code for supporting old test scripts
Thu, 18 Oct 2012 00:33:29 +0200 Mads Kiilerich run-tests: handle windows crlf in .py tests again
Thu, 18 Oct 2012 00:33:26 +0200 Mads Kiilerich test-run-tests.t: fix wrong test case for cr handling on Windows
Wed, 17 Oct 2012 18:09:00 +0900 Shun-ichi GOTO win32mbcs: add reversing wrapper for some unicode-incompatible functions.
Fri, 05 Oct 2012 16:27:34 -0700 Huayang convert: normalize paths in filemaps (issue3612)
Wed, 17 Oct 2012 15:37:25 -0500 Matt Mackall repair: use node to track post-strip bookmark target
Wed, 17 Oct 2012 17:32:01 +0200 Christian Ebert keyword: move commands.inferrepo for code maintenance
Mon, 08 Oct 2012 22:43:54 -0400 Matt Harbison largefiles: update lfutil.findoutgoing() discovery method
Mon, 15 Oct 2012 18:37:34 -0300 Wagner Bruna wireproto: fix pushkey hook failure and output on remote http repo
Tue, 16 Oct 2012 17:09:50 -0500 Sean Farley phases: add a phase and phasestr method to file context
Wed, 17 Oct 2012 12:15:23 -0500 Kevin Bullock bookmarks: simplify code
Wed, 17 Oct 2012 11:50:47 +0200 David Soria Parra bookmarks: abort when incompatible options are used (issue3663)
Wed, 17 Oct 2012 08:44:49 +0200 David Soria Parra bookmarks: check bookmark format during rename (issue3662)
Tue, 16 Oct 2012 13:35:58 -0500 Sean Farley color: add additional changeset.phase label to log.changeset and log.parent
Tue, 16 Oct 2012 18:05:33 -0500 Augie Fackler http2: make it possible to connect w/o ssl on port 443
Mon, 15 Oct 2012 17:43:05 +0200 Pierre-Yves David branchpoint: remove useless intermediate set creation
Mon, 15 Oct 2012 17:42:40 +0200 Pierre-Yves David clfilter: use changelog to iterate over the repo in branchpoint
Fri, 12 Oct 2012 10:52:33 +0200 Adrian Buehlmann store: fncache may contain non-existent entries (fixes b9a56b816ff2)
Fri, 12 Oct 2012 10:52:32 +0200 Adrian Buehlmann store: add new _exists helper function on fncachestore
Fri, 12 Oct 2012 10:40:09 +0200 Adrian Buehlmann store: move __contains__() implementation from class fncache into fncachestore
Fri, 12 Oct 2012 10:12:26 +0200 Adrian Buehlmann test-log: fix / vs \ issues on Windows introduced with 6d218e47cf9b
Fri, 12 Oct 2012 19:43:24 +0200 Adrian Buehlmann perf: simply use repo.store for perffncache* commands
Sun, 14 Oct 2012 18:30:47 +0200 Mads Kiilerich test-subrepo-recursion.t: re-introduce glob to handle \ slashes on Windows
Sun, 14 Oct 2012 18:30:42 +0200 Mads Kiilerich run-tests: make it possible to combine (esc) with (glob) and (re)
Mon, 15 Oct 2012 02:33:12 +0200 Mads Kiilerich run-tests: alternative way of handling \r on Windows
Tue, 16 Oct 2012 15:39:12 +0200 Pierre-Yves David obsolete: flip `obstore.successors` and `obsolete.precursors`
Sun, 14 Oct 2012 23:33:10 +0200 Pierre-Yves David obsolete: add example of marker usage in the documentation
Mon, 15 Oct 2012 00:12:06 +0200 Pierre-Yves David obsolete: cheap detection of nullid as successors
Tue, 16 Oct 2012 11:43:15 -0700 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748)
Mon, 15 Oct 2012 09:43:34 -0700 Siddharth Agarwal hgweb: make the escape filter remove null characters (issue2567)
Tue, 16 Oct 2012 16:56:14 +0200 Pierre-Yves David histedit: create obsolescence markers in deterministic order
Mon, 15 Oct 2012 23:54:54 -0400 David M. Carr bookmarks: when @ bookmark diverges, don't double the @ sign (BC)
Tue, 16 Oct 2012 16:04:28 +0200 Thomas Arendsen Hein histedit: max(x, key=y) and min(x, key=y) are not available in python 2.4
Sat, 13 Oct 2012 15:10:39 -0500 Matt Mackall vfs: use self.write to write symlink placeholders
Sun, 14 Oct 2012 23:49:28 +0200 Pierre-Yves David histedit: do not use "min" on ctx
Sun, 14 Oct 2012 23:58:02 +0200 Pierre-Yves David histedit: clean abort when there is nothing to edit
Mon, 15 Oct 2012 00:05:16 +0200 Pierre-Yves David histedit: rename `revs` in `ctxs` inside the `between` function
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip