Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: make dirstate.walk return a single value too
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: return a single value
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: remove cmdutil.walk
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: remove more old badmatch logic
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: begin refactoring badmatch handling
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: remove files arg from repo.walk and dirstate.walk
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: introduce match objects
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: eliminate some default variables
|
Mon, 14 Apr 2008 23:04:34 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 14 Apr 2008 22:31:33 +0200 |
Patrick Mezard |
localrepo: forbid nullid copyrev
|
Sat, 12 Apr 2008 20:03:54 +0200 |
Dirkjan Ochtman |
remove trailing whitespace introduced in cfeeac24fc1e
|
Fri, 11 Apr 2008 22:19:52 -0700 |
Bryan O'Sullivan |
repo: add rjoin method
|
Sun, 30 Mar 2008 20:21:46 +0200 |
Benoit Boissinot |
fix error spotted by pychecker
|
Mon, 24 Mar 2008 15:36:56 -0700 |
Bryan O'Sullivan |
commit: when committing the results of a merge, it's all or nothing
|
Sun, 23 Mar 2008 21:03:24 -0300 |
Alexis S. L. Carvalho |
don't use hasattr in repo.invalidate
|
Sun, 23 Mar 2008 21:03:24 -0300 |
Alexis S. L. Carvalho |
localrepo.commit: grab locks before getting the list of files to commit
|
Fri, 21 Mar 2008 00:39:39 +0100 |
Thomas Arendsen Hein |
tab/space cleanup
|
Fri, 14 Mar 2008 15:38:56 -0700 |
John Coomes |
tag: allow multiple tags to be added or removed
|
Thu, 20 Mar 2008 11:12:35 -0500 |
Matt Mackall |
repo classes: remove unused dev() method
|
Fri, 14 Mar 2008 09:56:58 -0300 |
Alexis S. L. Carvalho |
localrepo.commit: normalize commit message even for rawcommit.
|
Thu, 13 Mar 2008 15:40:41 +0100 |
Benoit Boissinot |
fix incorrect date when committing a tag
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Fri, 07 Mar 2008 00:24:36 +0100 |
Thomas Arendsen Hein |
Removed trailing spaces from everything except test output
|
Sun, 02 Mar 2008 13:52:34 +0100 |
Thomas Arendsen Hein |
Extend/correct acc40572da5b regarding -qA and ignored files.
|
Thu, 28 Feb 2008 17:51:04 +0100 |
Dirkjan Ochtman |
warning on push should mention heads, not branches
|
Thu, 21 Feb 2008 16:22:31 -0300 |
Alexis S. L. Carvalho |
repo.status: also compare flags for files in the lookup list.
|
Sun, 17 Feb 2008 21:34:28 +0100 |
Thomas Arendsen Hein |
Fix bad behaviour when specifying an invalid date (issue700)
|
Sat, 16 Feb 2008 12:46:28 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Fri, 15 Feb 2008 16:06:36 -0200 |
Alexis S. L. Carvalho |
automatically update the branch cache when tip changes
|
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
|