log

age author description
Mon, 20 Nov 2006 19:32:35 -0200 Alexis S. L. Carvalho diff: improve detection of renames when diffing across many revisions
Mon, 20 Nov 2006 13:06:04 -0800 Brendan Cully Merge with crew
Mon, 20 Nov 2006 13:03:52 -0800 Brendan Cully mq: add --git option to qimport -r
Sun, 19 Nov 2006 22:02:00 +0100 Mathieu Clabaut Make qrefresh help more explanatory for options -m, -l and -s
Mon, 20 Nov 2006 21:03:02 +0100 Thomas Arendsen Hein Improved examples for network support in README.
Mon, 20 Nov 2006 19:55:59 +0100 Thomas Arendsen Hein Corrected "waiting for lock on repository FOO held by BAR" message.
Mon, 20 Nov 2006 19:41:49 +0100 Thomas Arendsen Hein Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
Mon, 20 Nov 2006 19:36:28 +0100 Thomas Arendsen Hein Don't step into an endless loop when lock file is empty.
Sun, 19 Nov 2006 23:47:19 +0100 Mathieu Clabaut Issue424: mq patch loses guard when qrenamed
Sun, 19 Nov 2006 16:32:36 -0600 Matt Mackall correct remote heads test in prepush
Sun, 19 Nov 2006 16:32:36 -0600 Matt Mackall add docstring to reachable
Sun, 19 Nov 2006 16:32:36 -0600 Matt Mackall reorder tests in prepush
Sun, 19 Nov 2006 17:01:59 -0200 Alexis S. L. Carvalho fix qseries -v when there are unapplied patches
Sun, 19 Nov 2006 16:09:04 +0100 Thomas Arendsen Hein Indentation cleanups for 2956948b81f3.
Sat, 18 Nov 2006 17:20:38 -0200 Marcos Chaves fix warnings generated by pygettext.py.
Sat, 18 Nov 2006 23:51:15 -0200 Alexis S. L. Carvalho Update trusted_users only after we've seen a file not owned by the user
Sat, 18 Nov 2006 23:51:14 -0200 Alexis S. L. Carvalho Avoid looking up usernames if the current user owns the .hgrc file
Sat, 18 Nov 2006 23:51:13 -0200 Alexis S. L. Carvalho Use a variable to explicitly trust global config files
Sat, 18 Nov 2006 19:44:42 -0200 Alexis S. L. Carvalho Revert almost all of 5be434785317; add a test
Sat, 18 Nov 2006 11:34:19 -0600 Matt Mackall avoid unnecessary copy merges
Fri, 17 Nov 2006 08:06:54 +0100 Thomas Arendsen Hein white space and line break cleanups
Thu, 16 Nov 2006 08:52:55 +0100 Thomas Arendsen Hein Merge with crew.
Thu, 16 Nov 2006 08:51:22 +0100 Thomas Arendsen Hein Use nullrev+count instead of count-1 in a newly introduced expression.
Wed, 15 Nov 2006 19:18:57 -0200 Alexis S. L. Carvalho commands.docopy: pay attention on whether paths use "/" or os.sep
Wed, 15 Nov 2006 18:56:47 -0200 Alexis S. L. Carvalho fix util.pathto
Wed, 15 Nov 2006 17:56:57 -0200 Alexis S. L. Carvalho don't use readline() to read branches.cache
Mon, 13 Nov 2006 21:50:09 +0100 Benoit Boissinot merge with upstream
Thu, 09 Nov 2006 14:44:17 -0800 Brendan Cully zsh: typo in commit completion
Thu, 09 Nov 2006 21:53:45 +0100 Thomas Arendsen Hein issue228: Fix repositories at the filesystem root (/ or C:\)
Wed, 08 Nov 2006 11:28:33 -0800 Brendan Cully Export changelog dict in localrepo.commit
Wed, 15 Nov 2006 23:59:39 -0600 Matt Mackall abort if explicitly committed files are not found or not tracked
Wed, 15 Nov 2006 23:37:45 -0600 Matt Mackall unduplicate bundle writing code from httprepo
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall remove duplicate zgenerator in httprepo
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall create a readbundle function
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall move write_bundle to changegroup.py
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall remove legacy hg parents REV syntax
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall add log --removed
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall rename and copy are no longer experimental
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall alphabetize help_ in commands
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall remove relpath
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall refactor rawcommit
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall refactor debugrenamed
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall move show_version to version_
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall move walkchangerevs to cmdutils
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall Consolidate brinfo handling
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall changeset templater: convert some unnecessary yields to returns
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall further simplify stringify
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall ui: remove last vestiges of header buffering
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall Refactor log ui buffering and patch display
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall refactor header handling for changelog formatting
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templates: move changeset templating bits to cmdutils
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: changeset templater reorganization and optimizations
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: speed up changeset writes and stringify
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall changeset_templater: remove changes arg
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify parsestring
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall template: fold template() into __call__, minor optimizations
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify cache and remove filter argument in __call__
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify template function
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: take cStringIO out of indent
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: remove cStringIO from stringify