log mercurial/localrepo.py @ 6120:f89878df40fe

age author description
Fri, 15 Feb 2008 16:06:36 -0200 Alexis S. L. Carvalho move the reading of branch.cache from _branchtags to branchtags
Fri, 15 Feb 2008 16:06:36 -0200 Alexis S. L. Carvalho localrepo: keep the UTF-8 version of branchcache around
Fri, 15 Feb 2008 16:06:36 -0200 Alexis S. L. Carvalho localrepo.invalidate: invalidate branchcache
Fri, 15 Feb 2008 15:44:32 -0200 Alexis S. L. Carvalho push: exit(1) if "push creates new remote branches!"
Sat, 09 Feb 2008 12:27:58 -0500 Jesse Glick Strip filter name from command before passing to filter function.
Sat, 09 Feb 2008 18:38:54 -0200 Alexis S. L. Carvalho make the journal/undo files from transactions inherit the mode from .hg/store
Sat, 09 Feb 2008 18:38:54 -0200 Alexis S. L. Carvalho Make files in .hg inherit the permissions from .hg/store
Sat, 09 Feb 2008 19:39:01 +0100 Thomas Arendsen Hein Do not abort rollback if undo.branch isn't available, but warn.
Sat, 09 Feb 2008 18:58:31 +0100 Thomas Arendsen Hein Print less scary warning when invalidating the branch cache.
Sun, 03 Feb 2008 21:47:07 -0200 Alexis S. L. Carvalho merge with crew-stable
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho update the branch cache at the end of addchangegroup
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho localrepo._tag: add a seek before writing the new tag
Fri, 21 Dec 2007 23:21:17 -0500 Jesse Glick Provide better context for custom Python encode/decode filters.
Mon, 28 Jan 2008 21:39:47 +0100 Patrick Mezard Register data filters in a localrepo instead of util
Sun, 20 Jan 2008 14:39:25 +0100 Christian Ebert Prefer i in d over d.has_key(i)
Mon, 21 Jan 2008 14:15:38 +0100 Patrick Mezard Merge with crew-stable
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho changegroupsubset: accept list of per-revlog nodes to include
Sat, 19 Jan 2008 18:01:16 -0200 Alexis S. L. Carvalho addchangegroup: add option to skip check for empty changelog group
Mon, 21 Jan 2008 10:02:32 +0100 Patrick Mezard localrepo: ensure files unicity in commit() (issue 714)
Wed, 16 Jan 2008 11:32:25 -0600 Matt Mackall transactions: don't show a backtrace when journal exists
Mon, 07 Jan 2008 15:26:12 -0600 Alexandre Vassalotti restore branch after rollback (issue 902)
Sun, 06 Jan 2008 13:17:10 +0100 Thomas Arendsen Hein merge with crew-stable
Tue, 18 Dec 2007 12:45:30 -0800 John Coomes hg tag: run tag hook just once
Sun, 30 Dec 2007 19:46:13 +0100 Thomas Arendsen Hein Show number of changesets written to bundle files by default (issue569)
Sat, 29 Dec 2007 19:49:48 +0100 Thomas Arendsen Hein Removed tabs and trailing whitespace in python files
Fri, 28 Dec 2007 17:10:25 +0100 Thomas Arendsen Hein Clarify some messages during commit:
Fri, 28 Dec 2007 16:32:14 +0100 Thomas Arendsen Hein merge with crew
Fri, 28 Dec 2007 14:51:16 +0100 Patrick Mezard Prompt for a commit message in editor, improve error message
Tue, 18 Dec 2007 12:45:30 -0800 John Coomes hg tag: run tag hook just once
Thu, 27 Dec 2007 22:27:47 -0600 Matt Mackall wwrite: simplify with util.set_flags
Mon, 24 Dec 2007 12:14:43 +0100 Patrick Mezard commands: add exits(1) if a specified file cannot be added (issue 891)
Tue, 18 Dec 2007 15:40:46 -0600 Matt Mackall fix spelling error
Sun, 09 Dec 2007 16:32:05 +0900 Osku Salerma Properly check tag's existence as a local/global tag when removing it.
Mon, 10 Dec 2007 10:24:29 -0600 Matt Mackall commit: avoid losing edits during commit
Wed, 21 Nov 2007 13:26:18 -0600 Matt Mackall push/pull: abort if we try to visit a missing or empty revlog
Wed, 03 Oct 2007 17:17:28 -0500 Matt Mackall changegroup: avoid large copies
Sun, 23 Sep 2007 15:29:58 +0200 Patrick Mezard Merge with crew-stable
Sun, 23 Sep 2007 14:40:44 +0200 Patrick Mezard localrepo: fix undelete() on merge working directory (issue 746)
Fri, 31 Aug 2007 01:21:31 +0200 Benoit Boissinot remove unneeded statement
Mon, 27 Aug 2007 14:16:04 -0700 Bryan O'Sullivan Turn capabilities into a mutable set, instead of a fixed tuple.
Mon, 27 Aug 2007 14:55:33 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Mon, 27 Aug 2007 02:21:58 -0300 Alexis S. L. Carvalho Merge with crew-stable
Thu, 23 Aug 2007 12:24:54 -0700 Brendan Cully Merge with crew-stable
Mon, 27 Aug 2007 14:21:04 -0300 Alexis S. L. Carvalho correctly record file-level history when the local side renames a directory
Mon, 27 Aug 2007 14:21:04 -0300 Alexis S. L. Carvalho Fix theoretical issue in filecommit.
Mon, 27 Aug 2007 14:21:04 -0300 Alexis S. L. Carvalho Avoid adding to the changelog executable files added by the second parent.
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho pull -r: pass the revisions as the heads argument of findincoming
Thu, 23 Aug 2007 12:23:07 -0700 Brendan Cully Do not lose previous tags when adding a tag in raw mode
Thu, 23 Aug 2007 01:48:29 -0300 Alexis S. L. Carvalho merge: forcefully mark files that we get from the second parent as dirty
Tue, 21 Aug 2007 02:13:32 +0200 Benoit Boissinot make hg add of a removed file unremove the file
Tue, 21 Aug 2007 02:02:08 +0200 Benoit Boissinot abort when adding a file in merged state
Wed, 15 Aug 2007 16:09:50 -0500 Matt Mackall remove unneeded imports of mdiff
Fri, 10 Aug 2007 10:46:03 -0700 Bryan O'Sullivan Make audit_path more stringent.
Tue, 07 Aug 2007 10:28:14 +0200 Thomas Arendsen Hein merge with crew-stable
Tue, 07 Aug 2007 10:24:33 +0200 Thomas Arendsen Hein Remove trailing spaces
Thu, 02 Aug 2007 01:56:08 -0300 Alexis S. L. Carvalho del transaction before lock before wlock
Wed, 01 Aug 2007 09:57:05 -0700 Bryan O'Sullivan localrepository: allow rawcommit to commit with an empty message
Thu, 26 Jul 2007 14:47:31 -0700 Bryan O'Sullivan localrepo.commit: only munge comment text if committing via dirstate
Sun, 22 Jul 2007 14:53:57 -0500 Matt Mackall transactions: avoid late tear-down (issue641)
Wed, 18 Jul 2007 16:46:01 +0200 Thomas Arendsen Hein merge with crew-stable