Show More
@@ -290,7 +290,7 b' class localrepository(object):' | |||
|
290 | 290 | def obsstore(self): |
|
291 | 291 | store = obsolete.obsstore(self.sopener) |
|
292 | 292 | if store and not obsolete._enabled: |
|
293 |
# message is rare enough to not be |
|
|
293 | # message is rare enough to not be translated | |
|
294 | 294 | msg = 'obsolete feature not enabled but %i markers found!\n' |
|
295 | 295 | self.ui.warn(msg % len(list(store))) |
|
296 | 296 | return store |
@@ -493,7 +493,7 b' Do not warn about new head when the new ' | |||
|
493 | 493 | adding file changes |
|
494 | 494 | added 1 changesets with 1 changes to 1 files (+1 heads) |
|
495 | 495 | |
|
496 | Checking _enable=False warning if obsolete marker exist | |
|
496 | Checking _enable=False warning if obsolete marker exists | |
|
497 | 497 | |
|
498 | 498 | $ echo '[extensions]' >> $HGRCPATH |
|
499 | 499 | $ echo "obs=!" >> $HGRCPATH |
General Comments 0
You need to be logged in to leave comments.
Login now