log

age author description
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