Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 21789:15baed3f24ee
branchmap: don't use ui.warn for debug message
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 23 Jun 2014 13:50:44 -0500 |
parents | f6a6d07b66b3 |
children | 6b0275e5f276 |
line wrap: on
line diff
--- a/mercurial/commands.py Mon Jun 23 13:46:42 2014 -0500 +++ b/mercurial/commands.py Mon Jun 23 13:50:44 2014 -0500 @@ -2314,6 +2314,7 @@ """create arbitrary obsolete marker With no arguments, displays the list of obsolescence markers.""" + def parsenodeid(s): try: # We do not use revsingle/revrange functions here to accept